@reflexer-finance/geb-contract-api
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -17,4 +17,10 @@ import { BaseContractAPI } from '@reflexer-finance/geb-contract-base'; | ||
getCallerReward(multicall: true): MulticallRequest<BigNumber>; | ||
getResultWithValidity(): Promise<{}>; | ||
getResultWithValidity(multicall: true): MulticallRequest<{}>; | ||
getResultWithValidity(): Promise<{ | ||
0: BigNumber; | ||
1: boolean; | ||
}>; | ||
getResultWithValidity(multicall: true): MulticallRequest<{ | ||
0: BigNumber; | ||
1: boolean; | ||
}>; | ||
lastUpdateTime(): Promise<BigNumber>; | ||
@@ -21,0 +27,0 @@ lastUpdateTime(multicall: true): MulticallRequest<BigNumber>; |
@@ -9,4 +9,10 @@ import { BaseContractAPI } from '@reflexer-finance/geb-contract-base'; | ||
authority(multicall: true): MulticallRequest<string>; | ||
getResultWithValidity(): Promise<{}>; | ||
getResultWithValidity(multicall: true): MulticallRequest<{}>; | ||
getResultWithValidity(): Promise<{ | ||
0: BigNumber; | ||
1: boolean; | ||
}>; | ||
getResultWithValidity(multicall: true): MulticallRequest<{ | ||
0: BigNumber; | ||
1: boolean; | ||
}>; | ||
owner(): Promise<string>; | ||
@@ -13,0 +19,0 @@ owner(multicall: true): MulticallRequest<string>; |
@@ -12,6 +12,18 @@ import { BaseContractAPI } from '@reflexer-finance/geb-contract-base'; | ||
changePriceSource(priceSource_: string): TransactionRequest; | ||
getNextResultWithValidity(): Promise<{}>; | ||
getNextResultWithValidity(multicall: true): MulticallRequest<{}>; | ||
getResultWithValidity(): Promise<{}>; | ||
getResultWithValidity(multicall: true): MulticallRequest<{}>; | ||
getNextResultWithValidity(): Promise<{ | ||
0: BigNumber; | ||
1: boolean; | ||
}>; | ||
getNextResultWithValidity(multicall: true): MulticallRequest<{ | ||
0: BigNumber; | ||
1: boolean; | ||
}>; | ||
getResultWithValidity(): Promise<{ | ||
0: BigNumber; | ||
1: boolean; | ||
}>; | ||
getResultWithValidity(multicall: true): MulticallRequest<{ | ||
0: BigNumber; | ||
1: boolean; | ||
}>; | ||
lastUpdateTime(): Promise<BigNumber>; | ||
@@ -18,0 +30,0 @@ lastUpdateTime(multicall: true): MulticallRequest<BigNumber>; |
@@ -31,4 +31,10 @@ import { BaseContractAPI } from '@reflexer-finance/geb-contract-base'; | ||
expensesMultiplier(multicall: true): MulticallRequest<BigNumber>; | ||
getAllowance(account: string): Promise<{}>; | ||
getAllowance(account: string, multicall: true): MulticallRequest<{}>; | ||
getAllowance(account: string): Promise<{ | ||
0: BigNumber; | ||
1: BigNumber; | ||
}>; | ||
getAllowance(account: string, multicall: true): MulticallRequest<{ | ||
0: BigNumber; | ||
1: BigNumber; | ||
}>; | ||
/** | ||
@@ -35,0 +41,0 @@ * Governance transfers SF to an address |
@@ -143,6 +143,12 @@ import { BaseContractAPI } from '@reflexer-finance/geb-contract-base'; | ||
*/ | ||
taxSingleOutcome(collateralType: BytesLike): Promise<{}>; | ||
taxSingleOutcome(collateralType: BytesLike, multicall: true): MulticallRequest<{}>; | ||
taxSingleOutcome(collateralType: BytesLike): Promise<{ | ||
0: BigNumber; | ||
1: BigNumber; | ||
}>; | ||
taxSingleOutcome(collateralType: BytesLike, multicall: true): MulticallRequest<{ | ||
0: BigNumber; | ||
1: BigNumber; | ||
}>; | ||
usedSecondaryReceiver(address: string): Promise<BigNumber>; | ||
usedSecondaryReceiver(address: string, multicall: true): MulticallRequest<BigNumber>; | ||
} |
@@ -37,6 +37,18 @@ import { BaseContractAPI } from '@reflexer-finance/geb-contract-base'; | ||
getCallerReward(multicall: true): MulticallRequest<BigNumber>; | ||
getObservationListLength(): Promise<{}>; | ||
getObservationListLength(multicall: true): MulticallRequest<{}>; | ||
getResultWithValidity(): Promise<{}>; | ||
getResultWithValidity(multicall: true): MulticallRequest<{}>; | ||
getObservationListLength(): Promise<{ | ||
0: BigNumber; | ||
1: BigNumber; | ||
}>; | ||
getObservationListLength(multicall: true): MulticallRequest<{ | ||
0: BigNumber; | ||
1: BigNumber; | ||
}>; | ||
getResultWithValidity(): Promise<{ | ||
0: BigNumber; | ||
1: boolean; | ||
}>; | ||
getResultWithValidity(multicall: true): MulticallRequest<{ | ||
0: BigNumber; | ||
1: boolean; | ||
}>; | ||
granularity(): Promise<number>; | ||
@@ -43,0 +55,0 @@ granularity(multicall: true): MulticallRequest<number>; |
{ | ||
"name": "@reflexer-finance/geb-contract-api", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "", | ||
@@ -16,6 +16,6 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@reflexer-finance/geb-typechain": "^0.0.6", | ||
"@reflexer-finance/geb-typechain": "^0.0.7", | ||
"typechain": "^2.0.0" | ||
}, | ||
"gitHead": "d7cef5d14ffd31e5e413cf81cfb7ccfda0df3f02" | ||
"gitHead": "b2e8ba46b163912f5abef17f804d1a1a78c01878" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
525845
8817