StacksHandler class

Handler for Stacks chain

Implemented types

Constructors

StacksHandler()

Properties

balanceMethod String
The RPC method name for getting balance
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildBalanceParams(String address) List
Builds the parameters for a balance request Can return either a List (for array params) or Map (for object params)
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseBalance(String balanceResult, T parseRpc<T>(String)) double
Parses the balance result from RPC response
override
toString() String
A string representation of this object.
inherited

Operators

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