Deprecated, use [struct MultiSig] instead. The struct that contains signatures and public keys necessary for authenticating a MultiSigLegacy.

interface MultiSigLegacy {
    bitmap: string;
    multisig_pk: MultiSigPublicKeyLegacy;
    sigs: CompressedSignature[];
}

Properties

bitmap: string

A bitmap that indicates the position of which public key the signature should be authenticated with.

The public key encoded with each public key with its signature scheme used along with the corresponding weight.

The plain signature encoded with signature scheme.