Skip to main content

Interface: MultiSig

The struct that contains signatures and public keys necessary for authenticating a MultiSig.

Properties

PropertyTypeDescription
bitmapnumberA bitmap that indicates the position of which public key the signature should be authenticated with.
multisig_pkMultiSigPublicKeyThe public key encoded with each public key with its signature scheme used along with the corresponding weight.
sigsCompressedSignature[]The plain signature encoded with signature scheme.