UNPKG

@tatumio/tatum-v1

Version:

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

14 lines (13 loc) 453 B
import { Currency } from './Currency'; import { Fee } from './Fee'; import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class GenerateCustodialAddress extends PrivateKeyOrSignatureId { chain: Currency; enableFungibleTokens: boolean; enableNonFungibleTokens: boolean; enableSemiFungibleTokens: boolean; enableBatchTransactions: boolean; nonce?: number; fee?: Fee; feeCurrency?: Currency; }