getRelayerFeesPoolPda
Umbra SDK reference for Get Relayer Fees Pool Pda.
getRelayerFeesPoolPda(
relayer,instructionSeed,mint,accountOffset):ProgramDerivedAddress
Defined in: src/utils/pda-generators.ts:125
Derives the PDA for a relayer fees pool.
Parameters
relayer
Relayer's Solana address
instructionSeed
Instruction seed identifying the operation
mint
SPL token mint address
accountOffset
Account offset to distinguish multiple fee pools
Returns
The program-derived address for the relayer fees pool
Throws
PdaGenerationError When PDA derivation fails