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

    Type Alias Erc721Transfer

    type Erc721Transfer = {
        logoUri?: string;
        tokenAddress: string;
        tokenId: string;
        tokenName?: string;
        tokenSymbol?: string;
        type: ERC721;
    }
    Index

    Properties

    logoUri?: string
    tokenAddress: string
    tokenId: string
    tokenName?: string
    tokenSymbol?: string
    type: ERC721