import getStatusJson from './get_status.json';
import getBlockByHashJson from './get_block_by_hash.json';
import infoGetTransactionResultV1Json from './info_get_transaction_result_v1.json';
import stateItemResultV1Json from './state_item_result_v1.json';
import stateItemResultV2Json from './state_item_result_v2.json';
import addReservationTransactionJson from './add_reservation_transaction.json';
import infoGetDeployJson from './info_get_deploy.json';
export { getStatusJson, getBlockByHashJson, infoGetTransactionResultV1Json, stateItemResultV1Json, stateItemResultV2Json, addReservationTransactionJson, infoGetDeployJson };
