DelegationDCert
export interface DelegationDCert {
credential: StakingCredential
dump(): any
kind: "DelegationDCert"
poolId: PubKeyHash
tag: 2
toCbor(): number[]
toUplcData(): ConstrData
}
Properties
credential
credential: StakingCredential
dump
dump(): any
kind
kind: "DelegationDCert"
poolId
poolId: PubKeyHash
tag
tag: 2
toCbor
toCbor(): number[]
toUplcData
toUplcData(): ConstrData