CoreCryptoCommand

A CoreCryptoCommand has an execute method which accepts a CoreCryptoContext and returns nothing.

It is the argument to a CoreCrypto::transaction call.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun execute(context: CoreCryptoContext)

Will be called inside a transaction in CoreCrypto