archethic_lib_dart
transaction_chain_response
TransactionChainResponseNftTransfers
toJson method
toJson
toJson
method
Null safety
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'amount': amount, 'to': to, 'nft': nft, };
archethic_lib_dart
transaction_chain_response
TransactionChainResponseNftTransfers
toJson method
TransactionChainResponseNftTransfers class
Constructors
TransactionChainResponseNftTransfers
fromJson
Properties
amount
hashCode
nft
runtimeType
to
Methods
noSuchMethod
toJson
toString
Operators
operator ==