SignedAttestationVerifier constructor
SignedAttestationVerifier({
- Ed25519? algorithm,
Implementation
SignedAttestationVerifier({Ed25519? algorithm})
: algorithm = algorithm ?? Ed25519();
SignedAttestationVerifier({Ed25519? algorithm})
: algorithm = algorithm ?? Ed25519();