@emeris/types
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -160,2 +160,3 @@ import { Amount, Denom, IbcInfo, NodeInfo, PrimaryChannel, Trace } from "./EmerisBase"; | ||
dest_chain: string; | ||
cause?: string; | ||
tx_hash: string; | ||
@@ -166,3 +167,3 @@ }; | ||
base_denom: string; | ||
cause: string; | ||
cause?: string; | ||
verified: boolean; | ||
@@ -169,0 +170,0 @@ path: string; |
{ | ||
"name": "@emeris/types", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Emeris common types", | ||
@@ -5,0 +5,0 @@ "author": "Tendermint, Inc <hello@tendermint.com>", |
@@ -248,2 +248,3 @@ import { | ||
dest_chain: string; | ||
cause?: string; | ||
tx_hash: string; | ||
@@ -258,3 +259,3 @@ }; | ||
base_denom: string; | ||
cause: string; | ||
cause?: string; | ||
verified: boolean; | ||
@@ -261,0 +262,0 @@ path: string; |
Sorry, the diff of this file is not supported yet
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
86532
1923