collectDebugInfo
Collects a debug dump of an attestation call. Use this if you called ``verifyAttestation( attestationProof: List<ByteArray>, challenge: ByteArray, clientData: ByteArray? ): AttestationResult``
The resulting [WardenDebugAttestationStatement] features JSON-based`.serialize()` and `deserialize()` methodsCollects a debug dump of an attestation call. Use this if you called `` <T : PublicKey> verifyKeyAttestation( attestationProof: List<ByteArray>, expectedChallenge: ByteArray, keyToBeAttested: T )``
The resulting [WardenDebugAttestationStatement] features JSON-based`.serialize()` and `deserialize()` methodsCollects a debug dump of an attestation call. Use this if you called ``verifyKeyAttestation( attestationProof: List<ByteArray>, challenge: ByteArray, encodedPublicKey: ByteArray ): KeyAttestation<PublicKey>``
The resulting [WardenDebugAttestationStatement] features JSON-based`.serialize()` and `deserialize()` methodsCollects a debug dump of an attestation call. Use this if you called ``verifyKeyAttestation( attestationProof: Attestation, challenge: ByteArray ): KeyAttestation<PublicKey>``
The resulting [WardenDebugAttestationStatement] features JSON-based`.serialize()` and `deserialize()` methods