UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

7 lines (6 loc) 108 B
export type TonResponse = { ok: boolean; result?: string; error?: string; code?: number; };