credmark.cmf.types.ledger_contract.ContractFunctionsTable
- class ContractFunctionsTable(**kwargs)[source]
Bases:
LedgerTableContract functions ledger data table Column names common to all functions Function-specific columns are added from ABI.
Methods
as_describeAttributes
SIGNATUREaliasbigint_colsReturn the set of column names in the table.
Return the set of column names for the table.
table_key- BLOCK_NUMBER = 'block_number'
- BLOCK_TIMESTAMP = 'block_timestamp'
- FROM_ADDRESS = 'from_address'
- TO_ADDRESS = 'to_address'
- TRACE_ADDRESS = 'trace_address'
- TXN_HASH = 'transaction_hash'