@ocap/types
Advanced tools
Comparing version 1.18.34 to 1.18.35
@@ -633,2 +633,5 @@ // package: ocap | ||
getVaultAddress(): string; | ||
setVaultAddress(value: string): void; | ||
getContractAddress(): string; | ||
@@ -749,2 +752,10 @@ setContractAddress(value: string): void; | ||
getClosed(): boolean; | ||
setClosed(value: boolean): void; | ||
clearVaultHistoryList(): void; | ||
getVaultHistoryList(): Array<string>; | ||
setVaultHistoryList(value: Array<string>): void; | ||
addVaultHistory(value: string, index?: number): string; | ||
hasContext(): boolean; | ||
@@ -773,2 +784,3 @@ clearContext(): void; | ||
tokenAddress: string, | ||
vaultAddress: string, | ||
contractAddress: string, | ||
@@ -809,2 +821,4 @@ seedValidators: Array<type_pb.TRollupValidator>, | ||
migrateHistory: Array<string>, | ||
closed: boolean, | ||
vaultHistory: Array<string>, | ||
context?: type_pb.TStateContext, | ||
@@ -858,2 +872,5 @@ data?: google_protobuf_any_pb.Any, | ||
getGovernance(): boolean; | ||
setGovernance(value: boolean): void; | ||
hasContext(): boolean; | ||
@@ -893,2 +910,3 @@ clearContext(): void; | ||
minReward: string, | ||
governance: boolean, | ||
context?: type_pb.TStateContext, | ||
@@ -895,0 +913,0 @@ data?: google_protobuf_any_pb.Any, |
@@ -983,2 +983,5 @@ // package: ocap | ||
getVaultAddress(): string; | ||
setVaultAddress(value: string): void; | ||
getContractAddress(): string; | ||
@@ -1105,2 +1108,10 @@ setContractAddress(value: string): void; | ||
getClosed(): boolean; | ||
setClosed(value: boolean): void; | ||
clearVaultHistoryList(): void; | ||
getVaultHistoryList(): Array<string>; | ||
setVaultHistoryList(value: Array<string>): void; | ||
addVaultHistory(value: string, index?: number): string; | ||
hasData(): boolean; | ||
@@ -1124,2 +1135,3 @@ clearData(): void; | ||
tokenAddress: string, | ||
vaultAddress: string, | ||
contractAddress: string, | ||
@@ -1162,2 +1174,4 @@ seedValidators: Array<type_pb.TRollupValidator>, | ||
migrateHistory: Array<string>, | ||
closed: boolean, | ||
vaultHistory: Array<string>, | ||
data?: google_protobuf_any_pb.Any, | ||
@@ -1213,2 +1227,5 @@ } | ||
getGovernance(): boolean; | ||
setGovernance(value: boolean): void; | ||
hasTokenInfo(): boolean; | ||
@@ -1249,2 +1266,3 @@ clearTokenInfo(): void; | ||
rewardAmount: string, | ||
governance: boolean, | ||
tokenInfo?: type_pb.TIndexedTokenInput, | ||
@@ -1251,0 +1269,0 @@ data?: google_protobuf_any_pb.Any, |
{ | ||
"name": "@ocap/types", | ||
"version": "1.18.34", | ||
"version": "1.18.35", | ||
"description": "Typescript definitions generated from protobuf", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "c12d3cbf9617d861d83c08726d9e0d55fdf9a459" | ||
"gitHead": "21178573bd44a1fb3a3a71f21bb8e81433322a69" | ||
} |
Sorry, the diff of this file is too big to display
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
305789
6984