Type alias CredentialsInputsWeb3

CredentialsInputsWeb3: {
    issuerPk: HexString;
    type: "web3";
}

The credentials inputs required to verify the proof of Web3 ID proofs

Type declaration

  • issuerPk: HexString

    The public key of the Web3 ID issuer

  • type: "web3"

    Union tag

Generated using TypeDoc