@grainlify/contracts-sdk / FeeConfig
Defined in: src/bounty-escrow-client.ts:154
Fee policy configured on the bounty escrow contract.
fee_enabled:
boolean
Defined in: src/bounty-escrow-client.ts:162
Whether fee collection is currently enabled.
fee_recipient:
string
Defined in: src/bounty-escrow-client.ts:160
Stellar account that receives fees.
lock_fee_rate:
bigint
Defined in: src/bounty-escrow-client.ts:156
Fee charged when locking funds, in basis points.
release_fee_rate:
bigint
Defined in: src/bounty-escrow-client.ts:158
Fee charged when releasing funds, in basis points.