GetStoredTransactionsResponse class

获取所有存储交易响应

Constructors

GetStoredTransactionsResponse({required bool success, required int count, required List<StoredTransactionRecord> transactions, String? errorMessage})
const
GetStoredTransactionsResponse.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
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