UNPKG

@j0nnyboi/amman

Version:

A modern mandatory toolbelt to help test solana SDK libraries and apps on a locally running validator.

4 lines (3 loc) 178 B
import { Account, Mint } from '@safecoin/safe-token'; export declare function isMint(value: any): value is Mint; export declare function isAccount(value: any): value is Account;