GetStoredTransactionsWithStateResponse class

获取带状态的存储交易响应

Constructors

GetStoredTransactionsWithStateResponse({required bool success, required int count, String? state, required List<StoredTransactionRecord> transactions, String? errorMessage})
const
GetStoredTransactionsWithStateResponse.fromMap(Map<String, dynamic> map)
factory

Properties

count int
交易数量
final
errorMessage 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
state String?
应用的状态过滤器
final
success bool
操作是否成功
final
transactions List<StoredTransactionRecord>
存储交易列表
final

Methods

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

Operators

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