UNPKG

157 BJavaScriptView Raw
1import { rpc } from './rpc.js';
2export default {
3 rpc,
4 types: {
5 // StorageKey extends Bytes
6 PrefixedStorageKey: 'StorageKey'
7 }
8};