Skip to main content

CertUnRegistrationDrep

@harmoniclabs/cardano-ledger-tsDocs


@harmoniclabs/cardano-ledger-ts / CertUnRegistrationDrep

Class: CertUnRegistrationDrep

Implements

Constructors

new CertUnRegistrationDrep()

new CertUnRegistrationDrep(__namedParameters): CertUnRegistrationDrep

Parameters

__namedParameters: ICertUnRegistrationDrep

Returns

CertUnRegistrationDrep

Defined in

src/ledger/certs/CertUnRegistrationDrep.ts:26

Properties

certType

readonly certType: UnRegistrationDrep

Implementation of

ICert.certType

Defined in

src/ledger/certs/CertUnRegistrationDrep.ts:21


coin

readonly coin: bigint

refound

Implementation of

ICertUnRegistrationDrep.coin

Defined in

src/ledger/certs/CertUnRegistrationDrep.ts:24


drepCredential

readonly drepCredential: Credential<CredentialType>

Implementation of

ICertUnRegistrationDrep.drepCredential

Defined in

src/ledger/certs/CertUnRegistrationDrep.ts:22

Methods

getRequiredSigners()

getRequiredSigners(): Hash28[]

Returns

Hash28[]

Implementation of

ICert.getRequiredSigners

Defined in

src/ledger/certs/CertUnRegistrationDrep.ts:54


toCbor()

toCbor(): CborString

Returns

CborString

Defined in

src/ledger/certs/CertUnRegistrationDrep.ts:59


toCborObj()

toCborObj(): CborArray

Returns

CborArray

Defined in

src/ledger/certs/CertUnRegistrationDrep.ts:63


toData()

toData(version?): DataConstr

Parameters

version?: ToDataVersion

Returns

DataConstr

Implementation of

ICert.toData

Defined in

src/ledger/certs/CertUnRegistrationDrep.ts:37


toJson()

toJson(): object

Returns

object

certType

certType: "UnRegistrationDrep"

coin

coin: string

drepCredential

drepCredential: object

drepCredential.credentialType

credentialType: string

drepCredential.hash

hash: string

Defined in

src/ledger/certs/CertUnRegistrationDrep.ts:90


fromCborObj()

static fromCborObj(cbor): CertUnRegistrationDrep

Parameters

cbor: CborObj

Returns

CertUnRegistrationDrep

Defined in

src/ledger/certs/CertUnRegistrationDrep.ts:72