interface SimulateResponseAminoMsg {
    type: "cosmos-sdk/SimulateResponse";
    value: SimulateResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/SimulateResponse"