interface Recefe {
    amount: string;
    from: string;
    to: string;
    token: Token2;
}

Properties

Properties

amount: string
from: string
to: string
token: Token2