Interface: AminoMsgCreateValidator
@shareledgerjs/client.staking.AminoMsgCreateValidator
Creates a new validator.
Hierarchy
AminoMsg
↳
AminoMsgCreateValidator
Properties
type
• Readonly
type: "cosmos-sdk/MsgCreateValidator"
Overrides
AminoMsg.type
value
• Readonly
value: Object
Type declaration
Name | Type | Description |
---|---|---|
commission | CommissionRates | - |
delegator_address | string | Bech32 encoded delegator address |
description | Description | - |
min_self_delegation | string | - |
pubkey | string | Bech32 encoded public key |
validator_address | string | Bech32 encoded validator address |
value | Coin | - |
Overrides
AminoMsg.value