interface GetBlockWithTxsResponseAminoMsg {
    type: "cosmos-sdk/GetBlockWithTxsResponse";
    value: GetBlockWithTxsResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/GetBlockWithTxsResponse"