@grainlify/contracts-sdk / AggregateStats
Defined in: src/bounty-escrow-client.ts:110
Aggregate totals and counts across indexed bounty escrows.
count_locked:
number
Defined in: src/bounty-escrow-client.ts:118
Number of locked escrows.
count_refunded:
number
Defined in: src/bounty-escrow-client.ts:122
Number of refunded escrows.
count_released:
number
Defined in: src/bounty-escrow-client.ts:120
Number of released escrows.
total_locked:
bigint
Defined in: src/bounty-escrow-client.ts:112
Sum of currently locked funds.
total_refunded:
bigint
Defined in: src/bounty-escrow-client.ts:116
Sum of refunded funds.
total_released:
bigint
Defined in: src/bounty-escrow-client.ts:114
Sum of released funds.