Transaction
A bitcoin transaction.
Parameters
transaction Bytes
The transaction bytes, bitcoin consensus encoded.
Constructors
Functions
Link copied to clipboard
Is this a coin base transaction?
Link copied to clipboard
Returns true if the transaction itself opted in to be BIP-125-replaceable (RBF). This does not cover the case where a transaction becomes replaceable due to ancestors being RBF.
Link copied to clipboard
Returns true if this transactions nLockTime is enabled (BIP-65).