AccountBlockTemplate class

Implementers

Constructors

AccountBlockTemplate({required int blockType, dynamic toAddress, dynamic amount, dynamic tokenStandard, dynamic fromBlockHash, dynamic data})
AccountBlockTemplate.callContract(Address toAddress, TokenStandard tokenStandard, int amount, List<int> data)
factory
AccountBlockTemplate.fromJson(Map<String, dynamic> json)
AccountBlockTemplate.receive(Hash fromBlockHash)
factory
AccountBlockTemplate.send(Address toAddress, TokenStandard tokenStandard, int amount, [List<int>? data])
factory

Properties

address Address
getter/setter pair
amount int
getter/setter pair
blockType int
getter/setter pair
chainIdentifier int
getter/setter pair
data List<int>
getter/setter pair
difficulty int
getter/setter pair
fromBlockHash Hash
getter/setter pair
fusedPlasma int
getter/setter pair
hash Hash
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
momentumAcknowledged HashHeight
getter/setter pair
nonce String
getter/setter pair
previousHash Hash
getter/setter pair
publicKey List<int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature List<int>
getter/setter pair
toAddress Address
getter/setter pair
tokenStandard TokenStandard
getter/setter pair
version 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.
override

Operators

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