ReceiptModelResult class

Constructors

ReceiptModelResult({String? type, MainChain? mainChain, MainChain? merkleState, RcpData? data, String? origin, String? sponsor, String? transactionHash, String? txid, RcpTransaction? transaction, List<RcpSignature>? signatures, Status? status, List<Receipts>? receipts, List<SignatureBook>? signatureBooks})
ReceiptModelResult.fromMap(Map<String, dynamic> json)
factory

Properties

data RcpData?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mainChain MainChain?
getter/setter pair
merkleState MainChain?
getter/setter pair
origin String?
getter/setter pair
receipts List<Receipts>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureBooks List<SignatureBook>?
getter/setter pair
signatures List<RcpSignature>?
getter/setter pair
getter/setter pair
status Status?
getter/setter pair
transaction RcpTransaction?
getter/setter pair
transactionHash String?
getter/setter pair
txid String?
getter/setter pair
type String?
getter/setter pair

Methods

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

Operators

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