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

Hierarchy

  • EncodeObject
    • MsgDelegateEncodeObject

Properties

Properties

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

Generated using TypeDoc