@mijoco/stx_helpers
Advanced tools
Comparing version 0.3.10 to 0.3.11
@@ -57,3 +57,3 @@ import { PoxAddress } from "./pox"; | ||
export type VotingEventVoteOnProposal = { | ||
_id: string; | ||
_id?: string; | ||
event: string; | ||
@@ -70,3 +70,3 @@ event_index: number; | ||
export type VotingEventConcludeProposal = { | ||
_id: string; | ||
_id?: string; | ||
event: string; | ||
@@ -84,3 +84,3 @@ event_index: number; | ||
export type VotingEventProposeProposal = { | ||
_id: string; | ||
_id?: string; | ||
event: string; | ||
@@ -87,0 +87,0 @@ event_index: number; |
{ | ||
"name": "@mijoco/stx_helpers", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
110709