Module kaspa_wasm::signer

source ·

Structs§

Functions§

  • signTransaction() is a helper function to sign a transaction using a private key array or a signer array.
  • Sign a transaction using schnorr, returns a new transaction with the signatures added. The resulting transaction may be partially signed if the supplied keys are not sufficient to sign all of its inputs.