interface Send {
    amount: string;
    from: string;
    to: string;
    token: Token;
}

Properties

Properties

amount: string
from: string
to: string
token: Token