Interface GenesisKeyDelegationCertificate

This certificate is used to delegate from a Genesis key to a set of keys. This was primarily used in the early phases of the Cardano network's existence during the transition from the Byron to the Shelley era.

interface GenesisKeyDelegationCertificate {
    genesisDelegateHash: string;
    genesisHash: string;
    type: GenesisKeyDelegation;
    vrfKeyHash: string;
}

Properties

genesisDelegateHash: string
genesisHash: string
vrfKeyHash: string