credmark.cmf.types.ledger.NFTTransferTable
- class NFTTransferTable(**kwargs)[source]
Bases:
LedgerTableNFT transfers ledger data table Column names
Methods
as_describeAttributes
TYPE_MAPPERaliasbigint_colsReturn the set of column names in the table.
Return the set of column names for the table.
table_key- BLOCK_HASH = 'block_hash'
- BLOCK_NUMBER = 'block_number'
- BLOCK_TIMESTAMP = 'block_timestamp'
- FROM_ADDRESS = 'from_address'
- LOG_INDEX = 'log_index'
- RAW_AMOUNT = 'raw_amount'
- TOKEN_ADDRESS = 'token_address'
- TOKEN_ID = 'token_address'
- TO_ADDRESS = 'to_address'
- TRANSACTION_HASH = 'transaction_hash'