Module kaspa_wasm::outpoint

source ·

Structs§

  • Represents a Kaspa transaction outpoint. NOTE: This struct is immutable - to create a custom outpoint use the TransactionOutpoint::new constructor. (in JavaScript use new TransactionOutpoint(transactionId, index)).