Structures

The following structures are available globally.

  • The level of the logging of sdk events

    can be 0 or debug or keys. Values can be user with OR clause, like init(debug | keys)

    keys value let you to see raw keys values (excluding private keys) in the log

    to use keys value you must set debug value as well

    See more
  • 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 PCOperationsManager.getOperation(...) method.

    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