PascalBlock class

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

Inheritance
Annotations
  • @JsonSerializable()

Constructors

PascalBlock({int? block, PublicKey? encPubkey, Currency? reward, Currency? fee, int? ver, int? ver_a, DateTime? timestamp, int? target, int? nonce, String? payload, String? sbh, String? oph, String? pow, int? operations, int? hashratekhs, int? maturation})
PascalBlock.fromJson(Map<String, dynamic> json)
factory

Properties

block int?
getter/setter pair
encPubkey PublicKey?
getter/setter pair
fee Currency?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hashratekhs int?
getter/setter pair
isError → dynamic
no setterinherited
maturation int?
getter/setter pair
nonce int?
getter/setter pair
operations int?
getter/setter pair
oph String?
getter/setter pair
payload String?
getter/setter pair
pow String?
getter/setter pair
reward Currency?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sbh String?
getter/setter pair
target int?
getter/setter pair
timestamp DateTime?
getter/setter pair
ver int?
getter/setter pair
ver_a int?
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 other) bool
The equality operator.
inherited