UNPKG

@tatumio/tatum-v1

Version:

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

9 lines (8 loc) 265 B
import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; import { Currency } from './Currency'; export declare class TransferAlgoNft extends PrivateKeyOrSignatureId { contractAddress: string; chain: Currency; to: string; from: string; }