@tatumio/tatum-v1
Version:
Tatum API client allows browsers and Node.js clients to interact with Tatum API.
9 lines (8 loc) • 310 B
TypeScript
import { Currency } from './Currency';
import { FlowMnemonicOrPrivateKeyOrSignatureId } from './FlowMnemonicOrPrivateKeyOrSignatureId';
export declare class FlowTransferNft extends FlowMnemonicOrPrivateKeyOrSignatureId {
to: string;
tokenId: string;
chain: Currency;
contractAddress: string;
}