- Preparing search index...
- The search index is not available
cardano-sdk
Constructors
constructor
- new DRep(kind: DRepKind, credential?: Credential): DRep
-
Properties
Private
#private
#private: any
Methods
kind
- kind(): DRepKind
-
toCbor
- toCbor(): HexBlob
-
toCore
- toCore(): DelegateRepresentative
-
toKeyHash
- toKeyHash(): undefined | Ed25519KeyHashHex
-
toScriptHash
- toScriptHash(): undefined | Hash28ByteBase16
-
Static
fromCbor
- fromCbor(cbor: HexBlob): DRep
-
Static
newAlwaysAbstain
- newAlwaysAbstain(): DRep
-
Static
newAlwaysNoConfidence
- newAlwaysNoConfidence(): DRep
-
Static
newKeyHash
- newKeyHash(keyHash: Ed25519KeyHashHex): DRep
-
Static
newScriptHash
- newScriptHash(scriptHash: Hash28ByteBase16): DRep
-