interface MsgDelegateResponseAminoMsg {
    type: "cosmos-sdk/MsgDelegateResponse";
    value: MsgDelegateResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgDelegateResponse"