@substrate/api-sidecar
Version:
REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.
4 lines (3 loc) • 352 B
TypeScript
export { validateAddressMiddleware as validateAddress, validateAddressQueryParamMiddleware as validateAddressQueryParam, } from './validateAddressMiddleware';
export { validateBooleanMiddleware as validateBoolean } from './validateBooleanMiddleware';
export { validateUseRcBlockMiddleware as validateUseRcBlock } from './validateUseRcBlockMiddleware';