CoreCryptoCommandImpl
open class CoreCryptoCommandImpl : CoreCryptoCommand, @unchecked Sendable
                A CoreCryptoCommand has an execute method which accepts a CoreCryptoContext and returns nothing.
It is the argument to a CoreCrypto::transaction call.
- 
                  
execute(context:Asynchronous) Will be called inside a transaction in CoreCrypto
Declaration
Swift
open func execute(context: CoreCryptoContext) async throws