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

Cosignature detached from an AggregateCompleteTransaction or AggregateBondedTransaction.

Constructors

Properties

Methods

Constructors

  • Creates a descriptor for DetachedCosignature.

    Parameters

    • version: bigint

      Version.

    • signerPublicKey: PublicKey

      Cosigner public key.

    • signature: models.Signature

      Transaction signature.

    • parentHash: Hash256

      Hash of the AggregateBondedTransaction that is signed by this cosignature.

    Returns DetachedCosignatureDescriptor

Properties

rawDescriptor: {
    parentHash: Hash256;
    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.