Add Passkey Signer Result
data class AddPasskeySignerResult(val credentialId: String, val publicKey: ByteArray, val transactionResult: TransactionResult)
Result of the OZSignerManager.addNewPasskeySigner operation.
Contains the WebAuthn credential information from the registration ceremony and the on-chain transaction result from adding the passkey signer to the smart account contract.