DustRegistration
@midnight/ledger / DustRegistration
Class: DustRegistration<S>
Type Parameters
S
S extends Signaturish
Constructors
Constructor
new DustRegistration<S>(
markerS,
nightKey,
dustAddress,
allowFeePayment,
signature?): DustRegistration<S>;
Parameters
markerS
S["instance"]
nightKey
string
dustAddress
undefined | bigint
allowFeePayment
bigint
signature?
S
Returns
DustRegistration<S>
Properties
allowFeePayment
allowFeePayment: bigint;
dustAddress
dustAddress: undefined | bigint;
nightKey
nightKey: string;
signature
signature: S;
Methods
serialize()
serialize(): Uint8Array;