cfxdb.xbrnetwork.vaction¶
Classes¶
User actions (such as "on-board new user") yet to be verified. Actions to be verified are |
|
Database table for verification/verified actions, eg on-boarding new XBR members. |
|
Expand methods on the class code generated by flatc. |
Module Contents¶
- class VerificationType[source]¶
Bases:
object- CREATE_MARKET_EMAIL = 3[source]¶
Member joined a market, using verification via member primary email.
- class VerifiedAction(from_fbs=None)[source]¶
Bases:
objectUser actions (such as “on-board new user”) yet to be verified. Actions to be verified are identified using their “Verification Action ID”. A verificatin email is sent to the (primary) email address of the user, and to verify, the user must click the verification link contained in the email. The verification link contains the verification action ID and code.
- VERIFICATION_TYPE_CREATE_CATALOG = 5[source]¶
Verification action type for creation of a catalog via email verification.
- VERIFICATION_TYPE_CREATE_MARKET = 3[source]¶
Verification action type for creation of new data market via email verification.
- VERIFICATION_TYPE_JOIN_MARKET = 4[source]¶
Verification action type for joining an existing market via email verification.
- VERIFICATION_TYPE_LOGIN_MEMBER = 2[source]¶
Verification action type for login of member (client) via email verification.
- VERIFICATION_TYPE_ONBOARD_MEMBER = 1[source]¶
Verification action type for on-boarding new members via email verification.
- VERIFICATION_TYPE_PUBLISH_API = 5[source]¶
Verification action type for publishing on API via email verification.
- property created: numpy.datetime64[source]¶
Timestamp (epoch time in ns) of initial creation of this record.
- class VerifiedActions(slot=None, compress=None, build=None, cast=None)[source]¶
Bases:
zlmdb.MapUuidFlatBuffersDatabase table for verification/verified actions, eg on-boarding new XBR members.
- class _VerifiedActionGen[source]¶
Bases:
cfxdb.gen.xbrnetwork.VerifiedAction.VerifiedActionExpand methods on the class code generated by flatc.
FIXME: come up with a PR for flatc to generated this stuff automatically.