UNPKG

@polkadot/types

Version:
14 lines (13 loc) 328 B
export const rpc = { genSyncSpec: { description: 'Returns the json-serialized chainspec running the node, with a sync state.', endpoint: 'sync_state_genSyncSpec', params: [ { name: 'raw', type: 'bool' } ], type: 'Json' } };