cfxdb.xbr.api¶
Classes¶
|
|
Apis table, mapping from |
|
Api-by-FbsRepository, index with |
|
Module Contents¶
- class Api(from_fbs=None)[source]¶
Bases:
objectXBRNetwork.Apidatabase object.- 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 schema: str[source]¶
The XBR market terms set by the market owner. IPFS Multihash pointing to a ZIP archive file with market documents.
- 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 Apis(slot=None, compress=None, build=None, cast=None)[source]¶
Bases:
zlmdb.MapUuidFlatBuffersApis table, mapping from
oid|UUIDtocfxdb.xbr.Api
- class IndexApiByCatalog(slot=None, compress=None)[source]¶
Bases:
zlmdb.MapBytes16TimestampUuidApi-by-FbsRepository, index with
(catalog_oid|bytes[16], created|int) -> api_oid|UUIDmapping.