PascalOperation class

Represents an 'Operation' object returned by PascalCoin json-RPC API

Inheritance
Annotations
  • @JsonSerializable()

Constructors

PascalOperation({bool? valid, String? errors, int? block, DateTime? time, int? opblock, int? maturation, int? optype, AccountNumber? account, String? optxt, Currency? amount, Currency? fee, Currency? balance, String? ophash, String? payload, AccountNumber? signerAccount, List<Sender>? senders, List<Receiver>? receivers, List<Changer>? changers, PublicKey? encPubkey})
PascalOperation.fromJson(Map<String, dynamic> json)
factory

Properties

account AccountNumber?
getter/setter pair
amount Currency?
getter/setter pair
balance Currency?
getter/setter pair
block int?
getter/setter pair
changers List<Changer>?
getter/setter pair
encPubkey PublicKey?
getter/setter pair
errors String?
getter/setter pair
fee Currency?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isError → dynamic
no setterinherited
maturation int?
getter/setter pair
opblock int?
getter/setter pair
ophash String?
getter/setter pair
optxt String?
getter/setter pair
optype int?
getter/setter pair
payload String?
getter/setter pair
receivers List<Receiver>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senders List<Sender>?
getter/setter pair
signerAccount AccountNumber?
getter/setter pair
time DateTime?
getter/setter pair
valid bool?
getter/setter pair

Methods

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

Operators

operator ==(Object o) bool
Operator overrides
override