cfxdb.xbr.consent¶
Classes¶
|
|
Consents table |
|
Consent-by-member-address index with |
|
Module Contents¶
- class Consent(from_fbs=None)[source]¶
Bases:
objectXBRNetwork.Consentdatabase object.- property signature: bytes[source]¶
When signed off-chain and submitted via
XBRMarket.createMarketFor.
- property tid: bytes[source]¶
Transaction hash of the transaction this change was committed to the blockchain under.
- property timestamp: numpy.datetime64[source]¶
Database transaction time (epoch time in ns) of insert or last update.
- class Consents(slot=None, compress=None, build=None, cast=None)[source]¶
Bases:
zlmdb.MapUuidBytes20Bytes20Uint8UuidFlatBuffersConsents table
- class IndexConsentByMemberAddress(slot=None, compress=None)[source]¶
Bases:
zlmdb.MapBytes20TimestampUuidConsent-by-member-address index with
(member_adr|bytes[20], timestamp|int) -> consent_oid|UUIDmapping.
- class _ConsentGen[source]¶