VestingContracts
Description
This returns information about the vesting contracts for a user.
Type Signature
type VestingContract = {
beneficiaryAddress: string;
vestingContractAddress: string;
};
Fields
Name | Type | Description |
---|---|---|
beneficiaryAddress | string | The address of the beneficiary of the vesting contract. |
vestingContractAddress | string | The address of the vesting contract. |