Class MultisigTransactionV1Descriptor

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

binary layout for a multisig transaction (V1, latest)

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    innerTransaction: NonVerifiableTransaction;
    type: string;
}

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.