UNPKG

@venly/venly-core-sdk

Version:

Javascrip/Typescript SDK for Venly's Web3 Services

15 lines 513 B
import { VyUserAuth } from "../../core"; import { VyChain } from "../enums"; import { VyNonFungibleTokenDto } from "./VyModels.Wallet.generated"; export declare class VyMetaTransferNonFungibleTokenDto { chain: VyChain; sourceUserAuth: VyUserAuth; sourceWalletId: string; sourceWalletAddress: string; executorUserAuth: VyUserAuth; executorWalletId: string; destinationAddress: string; token: VyNonFungibleTokenDto; amount: number; } //# sourceMappingURL=VyModels.Wallet.d.ts.map