Function revokeContract

  • Name

    revokeContract

    Summary

    Revokes a running contract.

    Parameters

    • nftId: number

      The NFT Id of the contract to revoke.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: WaitUntil

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

    Returns Promise<ContractRevokedEvent>

    ContractRevokedEvent Blockchain event.

Generated using TypeDoc