Interface get_token_tranfers_of_address_with_contract_Item

interface get_token_tranfers_of_address_with_contract_Item {
    blockHash: string;
    blockNumber: number;
    blockTime: number;
    contractAddress: string;
    decimals: number;
    from: string;
    logIndex: number;
    to: string;
    tokenId: string;
    tokenStandard: string;
    transactionHash: string;
    value: string;
}

Properties

blockHash: string
blockNumber: number
blockTime: number
contractAddress: string
decimals: number
from: string
logIndex: number
to: string
tokenId: string
tokenStandard: string
transactionHash: string
value: string