credmark.cmf.types.ledger.TokenTransferTable
- class TokenTransferTable(**kwargs)[source]
Bases:
LedgerTableToken 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'
- TO_ADDRESS = 'to_address'
- TRANSACTION_HASH = 'transaction_hash'
- USD_AMOUNT = 'usd_amount'