Interface search_Send

interface search_Send {
    amount: string;
    from: string;
    to: string;
    token: search_Send_Token;
    tokenId?: string;
}

Properties

amount: string
from: string
to: string
tokenId?: string