Function voidTransaction

  • Voids a transaction using it's ATK.

    Since

    0.1.7

    Parameters

    • transactionAtk: String

      Transaction Initiator Key - ATK

    • dialogMessage: null | String = null

      Default UI dialog main message.

    • dialogTitle: null | String = null

      Default UI dialog title.

    • useDefaultUI: boolean = true

      Wheter to use Stone's default progress dialog or not.

    • progressCallbackEventName: ProgressEventName = 'VOID_TRANSACTION_PROGRESS'

      The native event name to map with the useNativeEventListener hook.

    Returns Promise<TransactionType>