On this page
Class: VestingContract
Defined in: @nimiq/core/types/wasm/web.d.ts:2036
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:2038
Returns
void
dataToPlain()
static
dataToPlain(data
,tx_value
):PlainTransactionRecipientData
Defined in: @nimiq/core/types/wasm/web.d.ts:2042
Parses the data of a Vesting Contract creation transaction into a plain object.
Parameters
data
Uint8Array
tx_value
bigint
Returns
proofToPlain()
static
proofToPlain(proof
):PlainTransactionProof
Defined in: @nimiq/core/types/wasm/web.d.ts:2046
Parses the proof of a Vesting Contract claiming transaction into a plain object.
Parameters
proof
Uint8Array