UNPKG

@substrate/api-sidecar

Version:

REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.

11 lines (10 loc) 268 B
export * from './accounts'; export * from './ahm'; export * from './blocks'; export * from './contracts'; export * from './coretime'; export * from './node'; export * from './pallets'; export * from './paras'; export * from './runtime'; export * from './transaction';