Interface get_balance_of_address_and_contract_Result

interface get_balance_of_address_and_contract_Result {
    balance: string;
    contractAddress: string;
    name: string;
    standard: string;
    symbol: string;
    tokenCount: number;
}

Properties

balance: string
contractAddress: string
name: string
standard: string
symbol: string
tokenCount: number