KasTxData class

KasTxData requires version, inputs, outputs, lockTime, subnetworkId, allowOrphan inputs is the parameter to be signed.

Inheritance

Constructors

KasTxData({required int version, required List<Input> inputs, required List<Output> outputs, required String lockTime, required String subnetworkId, required bool allowOrphan})
KasTxData.fromJson(Map<String, dynamic> json)
factory

Properties

allowOrphan bool
final
hashCode int
The hash code for this object.
no setterinherited
inputs List<Input>
final
isSigned bool
getter/setter pairinherited
lockTime String
final
message String
getter/setter pairinherited
messages List<String>
getter/setter pair
outputs List<Output>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
getter/setter pairinherited
subnetworkId String
final
version int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBroadcast() Map<String, dynamic>
override
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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