Structures
The following structures are available globally.
-
The scoring setting provided by the PC server
See more
-
The level of the logging of sdk events
can be
0
ordebug
orkeys
. Values can be user withOR
clause, likeinit(debug | keys)
keys
value let you to see raw keys values (excluding private keys) in the logto use
See morekeys
value you must setdebug
value as well
-
Struct which contains group of transactions
This class represents the operation which regularly includes several transactions in a group. You can confirm or decline the whole group of transactions with one request or process just a part of operation which can include both some transactions to be confirmed and some transactions to be declined.
You normally do not construct any operations, but receive already constructed objects like in
See morePCOperationsManager.getOperation(...)
method.
-
The info about user’s certificate request and certificate
See more
-
The user’s backup data
See more
-
Contains data for confirming transaction in offline mode
See more
-
Contains data for declining transaction in offline mode
See more
-
User’s options provided by the server
See more
-
Works with PC KYC-Connector — a server component to perform the remote identification of the client before creating the key.
See more
-
The struct to communicate with KYC-connector. Keeps information about connector’s url, session identifier and session’s keys
See more