We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88f576e + 76a9583 commit 978f3cfCopy full SHA for 978f3cf
modules/utxo-lib/src/bitgo/PsbtUtil.ts
@@ -21,6 +21,7 @@ export enum ProprietaryKeySubtype {
21
MUSIG2_PUB_NONCE = 0x02,
22
MUSIG2_PARTIAL_SIG = 0x03,
23
PAYGO_ADDRESS_ATTESTATION_PROOF = 0x04,
24
+ BIP322_MESSAGE = 0x05,
25
}
26
27
/**
0 commit comments