Multi is the mode info for a multisig public key

interface ModeInfo_Multi {
    bitarray?: CompactBitArray;
    modeInfos: ModeInfo[];
}

Properties

Properties

bitarray?: CompactBitArray

bitarray specifies which keys within the multisig are signing

modeInfos: ModeInfo[]

mode_infos is the corresponding modes of the signers of the multisig which could include nested multisig public keys