Function buildAuthTxHashByGaMetaTx

  • Build a transaction hash the same as Auth.tx_hash by GaMetaTx

    Parameters

    • transaction: `tx_${string}`

      tx-encoded signed GaMeta transaction

    • options: {
          onNode: Node;
      }

      Options

      • onNode: Node

        Node to use

    Returns Promise<Buffer>

    Transaction hash

Generated using TypeDoc