Btcb2TransactionAssemblyData class

Fully validated, deterministic BTCB2 transaction assembly returned by the service. The signing digest is always recomputed locally from this data.

Constructors

Btcb2TransactionAssemblyData.fromServiceResponse(Map<String, dynamic> response)
Parses and validates a complete BTCB2 transaction assembly response.
factory

Properties

fee → Btcb2TransactionFee
final
hashCode → int
The hash code for this object.
no setterinherited
inputs → List<Btcb2TransactionInput>
final
lockTime → int
final
outputs → List<Btcb2TransactionOutput>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
senderAddress → String
final
senderDerivationPath → String
final
totalInputSats → int
final
totalOutputSats → int
final
transactionVersion → int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

activationBlockHash → const String
activationHeight → const int
payloadType → const String
unifiedSighashType → const int