Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 1.99 KB

File metadata and controls

71 lines (36 loc) · 1.99 KB

@grainlify/contracts-sdk


@grainlify/contracts-sdk / AggregateStats

Interface: AggregateStats

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

Aggregate totals and counts across indexed bounty escrows.

Properties

count_locked

count_locked: number

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

Number of locked escrows.


count_refunded

count_refunded: number

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

Number of refunded escrows.


count_released

count_released: number

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

Number of released escrows.


total_locked

total_locked: bigint

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

Sum of currently locked funds.


total_refunded

total_refunded: bigint

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

Sum of refunded funds.


total_released

total_released: bigint

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

Sum of released funds.