cfxdb.xbr.member¶
Classes¶
XBR Network member database object. |
|
XBR members by |
|
Expand methods on the class code generated by flatc. |
Module Contents¶
- class Member(from_fbs=None)[source]¶
Bases:
objectXBR Network member database object.
- property account_oid: uuid.UUID[source]¶
ID of user account this member has an account on planet.xbr.network.
- property eula: str[source]¶
EULA the member agreed to when joining the market (IPFS Multihash string).
- property registered: int[source]¶
Block number (on the blockchain) when the member (originally) registered.
- property signature: bytes[source]¶
When signed off-chain and submitted via
XBRNetwork.registerMemberFor.
- 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 Members(slot=None, compress=None, build=None, cast=None)[source]¶
Bases:
zlmdb.MapBytes20FlatBuffersXBR members by
member_adr.Map
zlmdb.MapBytes20FlatBuffersfrommember_adrtocfxdb.xbr.Member
- class _MemberGen[source]¶
Bases:
cfxdb.gen.xbr.Member.MemberExpand methods on the class code generated by flatc.
FIXME: come up with a PR for flatc to generated this stuff automatically.