UNPKG

@tatumio/tatum-v1

Version:

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

12 lines (11 loc) 337 B
import { Currency } from './Currency'; import { Fee } from './Fee'; import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class AddMinter extends PrivateKeyOrSignatureId { minter: string; contractAddress: string; chain: Currency; nonce?: number; fee?: Fee; feeCurrency?: Currency; }