cfxdb.xbr.actor¶
Classes¶
XBR Market Actors. |
|
Market actors table, mapping from |
|
Expand methods on the class code generated by flatc. |
Module Contents¶
- class Actor(from_fbs=None)[source]¶
Bases:
objectXBR Market Actors.
- property joined: int[source]¶
Block number (on the blockchain) when the actor (originally) joined the market.
- property meta: str[source]¶
The XBR market metadata published by the market owner. IPFS Multihash pointing to a RDF/Turtle file with market metadata.
- 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 Actors(slot=None, compress=None, build=None, cast=None)[source]¶
Bases:
zlmdb.MapUuidBytes20Uint8FlatBuffersMarket actors table, mapping from
(market_id|UUID, actor_adr|bytes[20], actor_type|int)tocfxdb.xbr.Actor.
- class _ActorGen[source]¶
Bases:
cfxdb.gen.xbr.Actor.ActorExpand methods on the class code generated by flatc.
FIXME: come up with a PR for flatc to generated this stuff automatically.