@safe-global/safe-gateway-typescript-sdk
    Preparing search index...

    Type Alias OrderToken

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

    Properties

    address: string

    The token address

    decimals: number

    The token decimals

    logoUri?: string | null

    The logo URI for the token

    name: string

    The token name

    symbol: string

    The token symbol

    trusted: boolean

    The token trusted status