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

binary layout for a cosignature transaction (V1, latest)

Constructors

Properties

Methods

Constructors

  • Creates a descriptor for CosignatureV1.

    Parameters

    • otherTransactionHash: Hash256

      other transaction hash

    • multisigAccountAddress: Address

      multisig account address

    Returns CosignatureV1Descriptor

Properties

rawDescriptor: {
    multisigAccountAddress: Address;
    otherTransactionHash: Hash256;
    type: string;
}

Type declaration

  • multisigAccountAddress: Address
  • otherTransactionHash: Hash256
  • type: string

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.