@giveth:boostedBy
Projects an account boosts with its GIVpower, as a pair of same-length arrays [slugs percentages] sorted by percentage descending. Empty arrays when the account has no boosts.
Returns: array
Syntax
Section titled “Syntax”@giveth:boostedBy(account?)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
[account] | address | Account to inspect (defaults to the connected account) |
Examples
Section titled “Examples”# Print the projects you are boosting and their percentagesprint @giveth:boostedBy(@me)
# Show your boosts as a tableprint @giveth:boostedBy(@me) --headers [Project Percentage]