Skip to main content

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

NameTypeDescription
amountCoin-
delegator_addressstringBech32 encoded delegator address
validator_addressstringBech32 encoded validator address

Overrides

AminoMsg.value