PubKeySet constructor

const PubKeySet({
  1. String? secp256k1,
  2. String? ed25519,
})

Implementation

const PubKeySet({this.secp256k1, this.ed25519});