RpcAccountBlock class

Annotations
  • @freezed

Constructors

RpcAccountBlock({required int blockType, required String height, required RpcHash hash, required RpcHash previousHash, required ViteAddress address, required ViteAddress producer, required ViteAddress fromAddress, required ViteAddress toAddress, required RpcHash sendBlockHash, required TokenId tokenId, required RpcBigInt amount, RpcTokenInfo? tokenInfo, required RpcBigInt fee, RpcBase64? data, RpcBigInt? difficulty, RpcBase64? nonce, RpcBase64? publicKey, RpcBase64? signature, required RpcUint64 quotaByStake, required RpcUint64 totalQuota, RpcHash? vmLogHash, @Default([]) List<RpcAccountBlock> triggeredSendBlockList, required String? confirmations, required RpcHash? firstSnapshotHash, required int timestamp, RpcUint64? receiveBlockHeight, RpcHash? receiveBlockHash})
factory
RpcAccountBlock.fromJson(Map<String, dynamic> json)
factory

Properties

address String
no setterinherited
amount String
no setterinherited
blockType int
no setterinherited
confirmations String?
no setterinherited
copyWith → $RpcAccountBlockCopyWith<RpcAccountBlock>
no setterinherited
data String?
no setterinherited
difficulty String?
no setterinherited
fee String
no setterinherited
firstSnapshotHash String?
no setterinherited
fromAddress String
no setterinherited
hash String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height String
no setterinherited
nonce String?
no setterinherited
previousHash String
no setterinherited
producer String
no setterinherited
publicKey String?
no setterinherited
quotaByStake String
no setterinherited
receiveBlockHash String?
no setterinherited
receiveBlockHeight String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendBlockHash String
no setterinherited
signature String?
no setterinherited
timestamp int
no setterinherited
toAddress String
no setterinherited
tokenId String
no setterinherited
tokenInfo RpcTokenInfo?
no setterinherited
totalQuota String
no setterinherited
triggeredSendBlockList List<RpcAccountBlock>
no setterinherited
vmLogHash String?
no setterinherited

Methods

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

Operators

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