CryptoTransactionContext

Provides a composite context that can be used inside a crypto transaction.

This context encapsulates access to both cryptographic engines:

  • mls: The MLS cryptography context (can be null if not supported yet).

  • proteus: The Proteus cryptography context.

It is typically passed into blocks executed by CryptoTransactionProvider.transaction.

Properties

Link copied to clipboard
abstract val mls: MlsCoreCryptoContext?
Link copied to clipboard