RpcStakeInfo class

Annotations
  • @freezed

Constructors

RpcStakeInfo({required ViteAddress stakeAddress, required String stakeAmount, required String expirationHeight, required ViteAddress beneficiary, required int expirationTime, required bool isDelegated, ViteAddress? delegateAddress, @Default(0) int bid, RpcHex? id})
const
factory
RpcStakeInfo.fromJson(Map<String, dynamic> json)
factory

Properties

beneficiary String
no setterinherited
bid int
no setterinherited
copyWith → $RpcStakeInfoCopyWith<RpcStakeInfo>
no setterinherited
delegateAddress String?
no setterinherited
expirationHeight String
no setterinherited
expirationTime int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
isDelegated bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stakeAddress String
no setterinherited
stakeAmount 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