@alpha-dao/ion-dao-types
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -51,3 +51,3 @@ import { Addr, Denom, Status } from "./shared-types"; | ||
export declare type ProposalsQueryOption = { | ||
findbystatus: { | ||
find_by_status: { | ||
status: Status; | ||
@@ -57,3 +57,3 @@ [k: string]: unknown; | ||
} | { | ||
findbyproposer: { | ||
find_by_proposer: { | ||
proposer: Addr; | ||
@@ -60,0 +60,0 @@ [k: string]: unknown; |
{ | ||
"name": "@alpha-dao/ion-dao-types", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Official types of ion dao contract", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/alpha-dao/ion-dao-contracts.git", |
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
33663