vault.claimYield(ClaimYield)
Claim yield from a vault’s reward distributor. Yield is sent to the claimer.
ClaimYield Type Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| claimerSigner | Signer | Required | Signer that claims yield. Must be connected to a provider. |
| vault | string | Required | Vault address. |
Returns
| Field | Type | Description |
|---|---|---|
| status | claimed | Status of the operation. |
| vault | string | Vault address. |
| rewardDistributor | string | Reward distributor contract address. |
| claimer | string | Address that submitted the transaction (recipient of yield). |
| receipt | TransactionReceipt | Transaction receipt for the claim call. |

