interface GetBlockWithTxsRequestAminoMsg {
    type: "cosmos-sdk/GetBlockWithTxsRequest";
    value: GetBlockWithTxsRequestAmino;
}

Properties

Properties

type: "cosmos-sdk/GetBlockWithTxsRequest"