Function addConsentToOnConsentProtocol

  • Name

    addConsentToOnConsentProtocol

    Summary

    Adds user consent to transmit the NFT (for users specified in the account list for OnConsent protocol only)

    Returns

    ConsentAddedEvent Blockchain event.

    Parameters

    • nftId: number

      The NFT Id expecting consent to be added by user.

    • keyring: IKeyringPair

      Account that will sign the transaction.

    • waitUntil: TernoaConstants.WaitUntil

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

    Returns Promise<TernoaEvents.ConsentAddedEvent>

Generated using TypeDoc