Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.52 KB

File metadata and controls

51 lines (26 loc) · 1.52 KB

@grainlify/contracts-sdk


@grainlify/contracts-sdk / FeeConfig

Interface: FeeConfig

Defined in: src/bounty-escrow-client.ts:154

Fee policy configured on the bounty escrow contract.

Properties

fee_enabled

fee_enabled: boolean

Defined in: src/bounty-escrow-client.ts:162

Whether fee collection is currently enabled.


fee_recipient

fee_recipient: string

Defined in: src/bounty-escrow-client.ts:160

Stellar account that receives fees.


lock_fee_rate

lock_fee_rate: bigint

Defined in: src/bounty-escrow-client.ts:156

Fee charged when locking funds, in basis points.


release_fee_rate

release_fee_rate: bigint

Defined in: src/bounty-escrow-client.ts:158

Fee charged when releasing funds, in basis points.