CoreCryptoCommand

public protocol CoreCryptoCommand : AnyObject, Sendable

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

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