interface QueryConnectionResponseAminoMsg {
    type: "cosmos-sdk/QueryConnectionResponse";
    value: QueryConnectionResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryConnectionResponse"