Zenon class

Constructors

Zenon()
factory

Properties

defaultKeyPair KeyPair?
getter/setter pair
defaultKeyStore KeyStore?
getter/setter pair
defaultKeyStorePath File?
getter/setter pair
embedded EmbeddedApi
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyStoreManager KeyStoreManager
getter/setter pair
ledger LedgerApi
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stats StatsApi
getter/setter pair
subscribe SubscribeApi
getter/setter pair
wsClient WsClient
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requiresPoW(AccountBlockTemplate transaction, {KeyPair? blockSigningKey}) Future<bool>
send(AccountBlockTemplate transaction, {KeyPair? currentKeyPair, void generatingPowCallback(PowStatus)?, dynamic waitForRequiredPlasma = false}) Future<AccountBlockTemplate>
toString() String
A string representation of this object.
inherited

Operators

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