UnspentOutputs class

Annotations
  • @freezed

Constructors

UnspentOutputs({int? amount, String? tokenAddress, String? type, String? from, int? tokenId, int? timestamp, int? version, Map<String, dynamic>? state})
const
factory
UnspentOutputs.fromJson(Map<String, dynamic> json)
factory

Properties

amount int?
Amount: asset amount
no setterinherited
copyWith → $UnspentOutputsCopyWith<UnspentOutputs>
no setterinherited
from String?
From: transaction which send the amount of assets
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Map<String, dynamic>?
State: It is the state of a smart contract
no setterinherited
timestamp int?
Date time when the UTXO created/manipulated
no setterinherited
tokenAddress String?
Token address: address of the token if the type is token
no setterinherited
tokenId int?
Token id: It is the id for a token which is allocated when the token is minted.
no setterinherited
type String?
Type: UCO/Token
no setterinherited
version int?
Version of the UTXO data structure
no setterinherited

Methods

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

Operators

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