@nimiq/core / VestingContract
Class: VestingContract
Defined in: @nimiq/core/types/wasm/web.d.ts:2242
Utility class providing methods to parse Vesting Contract transaction data and proofs.
Methods
free()
free():
void
Defined in: @nimiq/core/types/wasm/web.d.ts:2244
Returns
void
dataToPlain()
staticdataToPlain(data,tx_value):PlainTransactionRecipientData
Defined in: @nimiq/core/types/wasm/web.d.ts:2248
Parses the data of a Vesting Contract creation transaction into a plain object.
Parameters
data
Uint8Array
tx_value
bigint
Returns
proofToPlain()
staticproofToPlain(proof):PlainTransactionProof
Defined in: @nimiq/core/types/wasm/web.d.ts:2252
Parses the proof of a Vesting Contract claiming transaction into a plain object.
Parameters
proof
Uint8Array