rpc-js/src/protocol/registry_codec.ts
crusader de5e2d9a3d ing
2018-09-05 15:28:09 +09:00

5 lines
89 B
TypeScript

export interface RegistryCodec {
method(): string;
params(): string[] | undefined;
}