Function transferNft

  • Parameters

    • id: number

      The ID of the NFT.

    • recipient: string

      Destination account.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

      Execution trigger that can be set either to BlockInclusion or BlockFinalization.

    Returns Promise<NFTTransferredEvent>

    NFTTransferredEvent Blockchain event.

    Name

    transferNft

    Summary

    Sends an NFT to someone.

Generated using TypeDoc