Skip to content

@armada/sdk / tx / FeeQuote

Interface: FeeQuote

Defined in: src/tx/index.ts:10

Mirrors the relayer GET /fees response.

Properties

schedule

readonly schedule: Readonly<Record<string, string>>

Defined in: src/tx/index.ts:12

Per-operation fees, USDC raw (6dp) as strings, keyed by op (transfer, unshield, shield, ...).


broadcasterShieldedAddress

readonly broadcasterShieldedAddress: string

Defined in: src/tx/index.ts:13


feesCacheId

readonly feesCacheId: string

Defined in: src/tx/index.ts:14


expiresAt

readonly expiresAt: number

Defined in: src/tx/index.ts:15