Function rent

  • Parameters

    • nftId: number

      The NFT Id of the contract to rent.

    • contractCreationBlockId: number

      The contract creation block id to check to ensure contract authenticity.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<ContractStartedEvent>

    ContractStartedEvent Blockchain event

    Name

    rent

    Summary

    Rents an nft.

Generated using TypeDoc