interface GetTxsEventResponseAminoMsg {
    type: "cosmos-sdk/GetTxsEventResponse";
    value: GetTxsEventResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/GetTxsEventResponse"