UNPKG

@tatumio/tatum-v1

Version:

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

11 lines (10 loc) 911 B
export declare const deployFlowNftTokenTypeWithMinterTxTemplate: (testnet: boolean) => string; export declare const metadataFlowNftTokenScript: (testnet: boolean) => string; export declare const tokenByAddressFlowNftTokenScript: (testnet: boolean) => string; export declare const mintFlowNftTokenTxTemplate: (testnet: boolean) => string; export declare const mintFlowMultipleNftTokenTxTemplate: (testnet: boolean) => string; export declare const burnFlowNftTokenTxTemplate: (testnet: boolean) => string; export declare const transferFlowNftTokenTxTemplate: (testnet: boolean) => string; export declare const prepareAddPublicKeyToAccountTxTemplate: () => string; export declare const prepareTransferFlowTxTemplate: (testnet: boolean, tokenAddress: string, tokenName: string, tokenStorage: string) => string; export declare const prepareCreateAccountWithFUSDFromPublicKeyTxTemplate: (testnet: boolean) => string;