SignedAttestationVerifier constructor

SignedAttestationVerifier({
  1. Ed25519? algorithm,
})

Implementation

SignedAttestationVerifier({Ed25519? algorithm})
  : algorithm = algorithm ?? Ed25519();