FeeBribeData
type FeeBribeData = object;
Defined in: atomiq-chain-solana/src/solana/chain/modules/SolanaFees.ts:20
Bribe configuration used for Jito-like tips that handled outside of native Solana network fees
Properties
address
address: string;
Defined in: atomiq-chain-solana/src/solana/chain/modules/SolanaFees.ts:24
Address to send the bribe to (e.g. Jito tip)
endpoint
endpoint: string;
Defined in: atomiq-chain-solana/src/solana/chain/modules/SolanaFees.ts:28
HTTP endpoint to send the transaction to instead of the RPC, e.g. a Jito endpoint
getBribeFee()?
optional getBribeFee: (original) => bigint;
Defined in: atomiq-chain-solana/src/solana/chain/modules/SolanaFees.ts:32
An optional function for overriding the bribe to be sent to the specified address for the tx
Parameters
| Parameter | Type |
|---|---|
original | bigint |
Returns
bigint