functions
Function: default()
default():
Element
solana-app-kit / components/PriorityFeeSelector / default
Function: default()
default():
Element
Defined in: src/components/PriorityFeeSelector.tsx:29
A component that allows users to select transaction fee tiers for Solana transactions
Returns
Element
Component
Description
PriorityFeeSelector provides a user interface for selecting different transaction fee tiers on the Solana network. It offers four options: low, medium, high, and very-high, with visual feedback for the selected option.
The component integrates with Redux for state management and updates the global transaction fee preference when a user selects a different tier.
Example
Was this page helpful?