cfxdb.xbrmm.transaction¶
Classes¶
Data encryption key buy-sell transactions. |
|
Data encryption key (off-chain) market transactions. |
|
Expand methods on the class code generated by flatc. |
Module Contents¶
- class Transaction(from_fbs=None)[source]¶
Bases:
objectData encryption key buy-sell transactions.
- property completed: numpy.datetime64[source]¶
Completion time of the transaction (epoch time in ns)
- property completed_paying_channel_seq: int[source]¶
Sequence number of the completed-state transaction within the paying channel.
- property completed_payment_channel_seq: int[source]¶
Sequence number of the completed-state transaction within the payment channel.
- property created: numpy.datetime64[source]¶
Creation time of the transaction (epoch time in ns).
- property created_paying_channel_seq: int[source]¶
Sequence number of the created-state transaction within the paying channel.
- property created_payment_channel_seq: int[source]¶
Sequence number of the created-state transaction within the payment channel.
- property paying_channel: uuid.UUID[source]¶
Address of the paying channel (of the seller) this transaction is transacting on.
- property payment_channel: uuid.UUID[source]¶
Address of the payment channel (of the buyer) this transaction is transacting on.
- class Transactions(slot=None, compress=None, build=None, cast=None)[source]¶
Bases:
zlmdb.MapUuidFlatBuffersData encryption key (off-chain) market transactions.
- class _TransactionGen[source]¶
Bases:
cfxdb.gen.xbrmm.Transaction.TransactionExpand methods on the class code generated by flatc.
FIXME: come up with a PR for flatc to generated this stuff automatically.