UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

7 lines (6 loc) 119 B
export interface JsonRpcResponse<T> { id: number | string; jsonrpc: string; result?: T; error?: any; }