Skip to main content
Version: 1.4.2

Interface: SetRateLimitAdminParams

Defined in: token-admin/types.ts:960

Parameters for setRateLimitAdmin — delegates rate-limit management to a separate admin address (EVM and Solana only; not available on Aptos).

Example

TypeScript
const params: SetRateLimitAdminParams = {
poolAddress: '0x1234...',
rateLimitAdmin: '0xabcd...',
}

Properties

poolAddress

poolAddress: string

Defined in: token-admin/types.ts:962

Local pool address.


rateLimitAdmin

rateLimitAdmin: string

Defined in: token-admin/types.ts:964

New rate limit admin address.