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

    Type Alias TokenInfo

    type TokenInfo = {
        address: string;
        decimals?: number | null;
        logoUri: string;
        name: string;
        symbol: string;
        type: TokenType | "ERC20" | "ERC721" | "NATIVE_TOKEN" | "UNKNOWN";
    }
    Index

    Properties

    address: string
    decimals?: number | null
    logoUri: string
    name: string
    symbol: string
    type: TokenType | "ERC20" | "ERC721" | "NATIVE_TOKEN" | "UNKNOWN"