UNPKG

@mojito-inc/core-service

Version:

Mojito Core API service for auction, payment, token

11 lines (10 loc) 244 B
export interface TransferNFTParam { walletId: string; orgId: string; contractAddress: string; tokenType: string; tokenOnChainId: number; amount?: number; transferTo: string; isClaimedToken?: boolean; }