RedelegationEntryResponse is equivalent to a RedelegationEntry except that it contains a balance in addition to shares which is more suitable for client responses.

from message cosmos.staking.v1beta1.RedelegationEntryResponse

Hierarchy

Constructors

Properties

balance: string = ""

from field: string balance = 4;

redelegationEntry?: RedelegationEntry

from field: cosmos.staking.v1beta1.RedelegationEntry redelegation_entry = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.staking.v1beta1.RedelegationEntryResponse" = "cosmos.staking.v1beta1.RedelegationEntryResponse"

Methods