UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

18 lines (17 loc) 473 B
import { Currency } from './Currency'; import { PrivateKeyOrSignatureIdBuiltInPrivateKey } from './PrivateKeyOrSignatureIdBuiltInPrivateKey'; declare class MintAttr { assetUnit?: string; manager?: string; reserve?: string; freeze?: string; clawback?: string; } export declare class MintAlgoNft extends PrivateKeyOrSignatureIdBuiltInPrivateKey { name: string; chain: Currency; attr?: MintAttr; url: string; from: string; } export {};