Class MultisigAccountModificationDescriptor

Type safe descriptor used to generate a descriptor map for MultisigAccountModificationDescriptor.

binary layout for a multisig account modification

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    cosignatoryPublicKey: PublicKey;
    modificationType: MultisigAccountModificationType;
}

Type declaration

Methods

  • Builds a representation of this descriptor that can be passed to a factory function.

    Returns object

    Descriptor that can be passed to a factory function.