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: types.ts:471
The fields updateTxParams accepts: the fields trackers change while a transaction is tracked.
Last updated on