UNPKG

233 BTypeScriptView Raw
1import type { Struct, Text, Vec, u32 } from '@polkadot/types-codec';
2/** @name RpcMethods */
3export interface RpcMethods extends Struct {
4 readonly version: u32;
5 readonly methods: Vec<Text>;
6}
7export type PHANTOM_RPC = 'rpc';