interface MsgUndelegateEncodeObject {
    typeUrl: "/cosmos.staking.v1beta1.MsgUndelegate";
    value: Partial<MsgUndelegate>;
}

Hierarchy

  • EncodeObject
    • MsgUndelegateEncodeObject

Properties

Properties

typeUrl: "/cosmos.staking.v1beta1.MsgUndelegate"
value: Partial<MsgUndelegate>

Generated using TypeDoc