useRecentPrioritizationFees
Get the recent prioritization fees for a list of addresses using the Solana RPC method of
getRecentPrioritizationFees
Parameters
| Parameter | Type | Description |
|---|---|---|
__namedParameters | { abortSignal?: AbortSignal; addresses?: Address[]; options?: { }; } | - |
__namedParameters.abortSignal? | AbortSignal | Signal used to abort the RPC operation See MDN docs for AbortSignal and AbortController |
__namedParameters.addresses? | Address[] | - |
__namedParameters.options? | { } | Options passed to the useQuery hook |
Returns
| {
fees: GetRecentPrioritizationFeesApiResponse;
}
| {
fees: GetRecentPrioritizationFeesApiResponse;
}
| {
fees: GetRecentPrioritizationFeesApiResponse;
}
| {
fees: GetRecentPrioritizationFeesApiResponse;
}
| {
fees: GetRecentPrioritizationFeesApiResponse;
}