Skip to main content

VestingContracts

Description

This returns information about the vesting contracts for a user.

Type Signature

type VestingContract = {
beneficiaryAddress: string;
vestingContractAddress: string;
};

Fields

NameTypeDescription
beneficiaryAddressstringThe address of the beneficiary of the vesting contract.
vestingContractAddressstringThe address of the vesting contract.