interface ScheduledTokenReleaseSDKType {
    end_date: string;
    start_date: string;
    token_release_amount: bigint;
}

Properties

end_date: string
start_date: string
token_release_amount: bigint