UNPKG
@bombearn/sdk
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
Interaction framework for the yearn protocol
@bombearn/sdk
/
dist
/
types
/
custom
/
gauge.d.ts
7 lines
(6 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Address
}
from
"../common"
;
export
interface
GaugeUserMetadata
{
assetAddress
:
Address
;
boost
:
number
;
_calculatedBoost
:
number
; }