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

Cosignature attached to an AggregateCompleteTransaction or AggregateBondedTransaction.

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    signature: models.Signature;
    signerPublicKey: PublicKey;
    version: bigint;
}

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.