UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

9 lines (8 loc) 160 B
export type DeprecatedTonResponseJsonRPC = { ok: boolean; result?: any; error?: string; code?: number; id: string; jsonrpc?: string; };