NetworkStake class abstract

NetworkStake

Properties:

  • live - Current live stake in Lovelaces
  • active - Current active stake in Lovelaces
Annotations
  • @BuiltValue()

Constructors

NetworkStake([void updates(NetworkStakeBuilder b)])
factory

Properties

active String
Current active stake in Lovelaces
no setter
hashCode int
The hash code for this object.
no setterinherited
live String
Current live stake in Lovelaces
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(NetworkStakeBuilder)) NetworkStake
Rebuilds the instance.
inherited
toBuilder() NetworkStakeBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<NetworkStake>
no setter