InputContract class

Inheritance

Constructors

InputContract({required UtxoId utxoID, required String balanceRoot, required String stateRoot, required TxPointer txPointer, required String contractID})
const
InputContract.fromJson(Map<String, dynamic> data)
factory

Properties

balanceRoot String
final
contractID String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateRoot String
final
txPointer TxPointer
final
utxoID UtxoId
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