Broadcast signed typed data for a gasless transaction.

Remarks

Typed data is a way to try to show the users what they are signing in a more readable format. You should only call transaction broadcast if you are using the typed data logic.

Methods

  • Get the transaction hash for a transaction id.

    Parameters

    • txId: string

      The transaction id

    Returns Promise<null | string>

    The transaction hash

    Example

    const txHash = await client.transaction.txIdToTxHash(txId);