interface MsgCreateVestingAccountParams {
    amount: SecretJS.Tx.Coin[];
    delayed: boolean;
    end_time: string;
    from_address: string;
    to_address: string;
}

Hierarchy (view full)

Properties

amount: SecretJS.Tx.Coin[]
delayed: boolean
end_time: string

end of vesting as unix time (in seconds).

from_address: string
to_address: string

Generated using TypeDoc