Witness: {
    path: BIP32Path;
    witnessSignatureHex: string;
}

Transaction witness.

See

SignedTransactionData

Type declaration

  • path: BIP32Path

    Witnessed path

  • witnessSignatureHex: string

    Note: this is only a signature. You need to add proper extended public key to form a full witness

Generated using TypeDoc