UpdatableTransactionFields
UpdatableTransactionFields =
Partial<Pick<EvmTransaction,"to"|"nonce"|"txKey"|"pending"|"hash"|"status"|"replacedTxHash"|"error"|"finishedTimestamp"|"isTrackedModalOpen"|"isError"|"maxPriorityFeePerGas"|"maxFeePerGas"|"input"|"value"|"confirmations"|"requiredConfirmations">> &Partial<Pick<SolanaTransaction,"slot"|"confirmations"|"fee"|"instructions"|"recentBlockhash"|"rpcUrl">>
Defined in: node_modules/.pnpm/@tuwaio+pulsar-core@0.6.2_@tuwaio+orbit-core@0.2.8_dayjs@1.11.19_immer@11.1.4_zustand@5_620c8438c294bbaa35197f191ca3ba49/node_modules/@tuwaio/pulsar-core/dist/index.d.ts:313
A utility type that creates a union of all fields that can be safely updated
on a transaction object via the updateTxParams action. This ensures type safety
and prevents accidental modification of immutable properties.