Interface: AminoMsgDelegate
@shareledgerjs/client.staking.AminoMsgDelegate
Performs a delegation from a delegate to a validator.
See
https://docs.cosmos.network/master/modules/staking/03_messages.html#msgdelegate
Hierarchy
AminoMsg
↳
AminoMsgDelegate
Properties
type
• Readonly
type: "cosmos-sdk/MsgDelegate"
Overrides
AminoMsg.type
value
• Readonly
value: Object
Type declaration
Name | Type | Description |
---|---|---|
amount | Coin | - |
delegator_address | string | Bech32 encoded delegator address |
validator_address | string | Bech32 encoded validator address |
Overrides
AminoMsg.value