RedelegationEntry class
RedelegationEntry defines a redelegation object with relevant metadata.
- Inheritance
-
- Object
- CosmosProtocolBuffer
- CosmosMessage
- RedelegationEntry
Constructors
- RedelegationEntry({int? creationHeight, required ProtobufTimestamp completionTime, required BigInt initialBalance, BigInt? unbondingId, BigInt? unbondingOnHoldRefCount})
-
const
-
RedelegationEntry.deserialize(List<
int> bytes) -
factory
Properties
- completionTime → ProtobufTimestamp
-
completion_time defines the unix time for redelegation completion.
final
- creationHeight → int?
-
creation_height defines the height which the redelegation took place.
final
-
fieldIds
→ List<
int> -
List of field IDs corresponding to the values.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialBalance → BigInt
-
initial_balance defines the initial balance when redelegation started.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shares_dst is the amount of destination-validator shares created by redelegation.
final
- toHex → String
-
Gets the hexadecimal representation of the protocol buffer data.
no setterinherited
- typeUrl → String
-
no setteroverride
- unbondingId → BigInt?
-
Incrementing id that uniquely identifies this entry
final
- unbondingOnHoldRefCount → BigInt?
-
Strictly positive if this entry's unbonding has been stopped by external modules
final
- values → List
-
List of dynamic values to be encoded.
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toAny(
) → Any -
inherited
-
toBuffer(
) → List< int> -
Converts the protocol buffer data to a byte buffer.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the data to a JSON representation.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited