Classes
VestingContract
Utility class providing methods to parse Vesting Contract transaction data and proofs.
Methods
free()
dataToPlain()
Parses the data of a Vesting Contract creation transaction into a plain object.
Parameter | Type |
---|---|
First | bigint |
proofToPlain()
Parses the proof of a Vesting Contract claiming transaction into a plain object.
Parameter | Type |
---|---|
First | Uint8Array |
Returns |
---|
PlainTransactionProof |