Classes

VestingContract

Utility class providing methods to parse Vesting Contract transaction data and proofs.

Methods

free()

free(): `void`

dataToPlain()

`static` dataToPlain(`data`, `tx_value`): [PlainTransactionRecipientData](../type-aliases/PlainTransactionRecipientData)

Parses the data of a Vesting Contract creation transaction into a plain object.

ParameterType
Firstbigint

proofToPlain()

`static` proofToPlain(`proof`): [PlainTransactionProof](../type-aliases/PlainTransactionProof)

Parses the proof of a Vesting Contract claiming transaction into a plain object.

ParameterType
FirstUint8Array

On this page