RpcRawTransaction class

Annotations
  • @freezed

Constructors

RpcRawTransaction({required int blockType, required String height, required RpcHash hash, required RpcHash previousHash, required ViteAddress address, required RpcBase64 publicKey, required RpcBase64 signature, RpcUint64? difficulty, RpcBase64? nonce, RpcHash? sendBlockHash, ViteAddress? toAddress, TokenId? tokenId, RpcBigInt? amount, @Default('0') RpcBigInt fee, RpcBase64? data})
const
factory
RpcRawTransaction.fromJson(Map<String, dynamic> json)
factory

Properties

address String
no setterinherited
amount String?
no setterinherited
blockType int
no setterinherited
copyWith → $RpcRawTransactionCopyWith<RpcRawTransaction>
no setterinherited
data String?
no setterinherited
difficulty String?
no setterinherited
fee 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
publicKey String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendBlockHash String?
no setterinherited
signature String
no setterinherited
toAddress String?
no setterinherited
tokenId 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