ClaimableIncentives
ClaimableIncentives =
object
Defined in: types.ts:361
Claimable Obol Incentives
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
operator_address | string | Operator Address. | types.ts:363 |
amount | string | The amount the recipient is entitled to. | types.ts:366 |
index | number | The recipient's index in the Merkle tree. | types.ts:369 |
merkle_proof | string[] | The Merkle proof (an array of hashes) generated for the recipient. | types.ts:372 |
contract_address | string | The MerkleDistributor contract address. | types.ts:375 |