Function cancelContract

  • Parameters

    • nftId: number

      The NFT Id of the contract to cancel.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<ContractCanceledEvent>

    ContractCanceledEvent Blockchain event.

    Name

    cancelContract

    Summary

    Cancels a contract that is not running.

Generated using TypeDoc