Erc721TransferEvent: {
    blockNumber: number;
    contract: BlockchainAddress;
    direction: TransferDirection;
    fee?: Amount;
    from: BlockchainAddress;
    index?: string;
    kind: Erc721Transfer;
    network: BlockchainNetwork;
    symbol?: string;
    timestamp: IsoDatetime;
    to: BlockchainAddress;
    tokenId: string;
    txHash: string;
    verified?: boolean;
    walletId: EntityId;
}

Type declaration

Generated using TypeDoc