UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

10 lines (9 loc) 247 B
import type { JettonVerificationType } from './JettonVerificationType'; export type JettonPreview = { address: string; name: string; symbol: string; decimals: number; image: string; verification: JettonVerificationType; };