DistributionMsgUpdateParams class
MsgUpdateParams is the Msg/UpdateParams request type.
Since: cosmos-sdk 0.47
- Inheritance
-
- Object
- CosmosProtocolBuffer
- CosmosMessage
- DistributionMsgUpdateParams
- Mixed-in types
Constructors
- DistributionMsgUpdateParams({CosmosBaseAddress? authority, required DistributionParams params})
-
const
-
DistributionMsgUpdateParams.deserialize(List<
int> bytes) -
factory
Properties
-
authority is the address that controls the module (defaults to x/gov unless overwritten).
final
-
fieldIds
→ List<
int> -
List of field IDs corresponding to the values.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- params → DistributionParams
-
params defines the x/distribution parameters to update.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → String
-
no setteroverride
-
signers
→ List<
String?> -
no setteroverride
- toHex → String
-
Gets the hexadecimal representation of the protocol buffer data.
no setterinherited
- typeUrl → String
-
no setteroverride
- 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
-
onResponse(
List< int> bytes) → EmptyServiceRequestResponse -
override
-
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