Function broadcastRawTransaction

  • Broadcast the signed transaction to a core node

    Parameters

    • rawTx: Uint8Array

      the raw serialized transaction bytes to broadcast

    • url: string

      the broadcast endpoint URL

    • Optional attachment: Uint8Array
    • fetchFn: FetchFn = ...

    Returns Promise<TxBroadcastResult>

    that resolves to a response if the operation succeeds

Generated using TypeDoc