Interface search_Recefe

interface search_Recefe {
    amount: string;
    from: string;
    to: string;
    token: search_Recefe_Token;
    tokenId?: string;
}

Properties

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