Function broadcastTransaction

  • Broadcast a serialized transaction to a Stacks node (which will validate and forward to the network).

    Parameters

    • __namedParameters: {
          attachment?: string | Uint8Array;
          transaction: StacksTransaction;
      } & ApiParam

    Returns Promise<TxBroadcastResult>

    A Promise that resolves to a TxBroadcastResult object

Generated using TypeDoc