cfxdb.xbr.token¶
Classes¶
|
|
Persisted token approvals archive. |
|
|
|
Persisted token transfers archive. |
|
Expand methods on the class code generated by flatc. |
|
Expand methods on the class code generated by flatc. |
Module Contents¶
- class TokenApproval(from_fbs=None)[source]¶
Bases:
objectIERC20.TokenApprovalevent database object.
- class TokenApprovals(slot=None, compress=None, build=None, cast=None)[source]¶
Bases:
zlmdb.MapBytes32FlatBuffersPersisted token approvals archive.
Map
zlmdb.MapBytes32FlatBuffersfromtransaction_hashtocfxdb.xbr.TokenApproval
- class TokenTransfer(from_fbs=None)[source]¶
Bases:
objectIERC20.TokenTransferevent database object.
- class TokenTransfers(slot=None, compress=None, build=None, cast=None)[source]¶
Bases:
zlmdb.MapBytes32FlatBuffersPersisted token transfers archive.
Map
zlmdb.MapBytes32FlatBuffersfromtransaction_hashtocfxdb.xbr.TokenTransfer
- class _TokenApprovalGen[source]¶
Bases:
cfxdb.gen.xbr.TokenApproval.TokenApprovalExpand methods on the class code generated by flatc.
FIXME: come up with a PR for flatc to generated this stuff automatically.
- class _TokenTransferGen[source]¶
Bases:
cfxdb.gen.xbr.TokenTransfer.TokenTransferExpand methods on the class code generated by flatc.
FIXME: come up with a PR for flatc to generated this stuff automatically.