OrderToken: {
    address: string;
    decimals: number;
    logoUri?: string | null;
    name: string;
    symbol: string;
    trusted: boolean;
}

Type declaration

  • address: string

    The token address

  • decimals: number

    The token decimals

  • OptionallogoUri?: string | null

    The logo URI for the token

  • name: string

    The token name

  • symbol: string

    The token symbol

  • trusted: boolean

    The token trusted status