@onekeyfe/hd-transport
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -1440,2 +1440,16 @@ /// <reference types="node" /> | ||
}; | ||
export declare type SolanaGetAddress = { | ||
address_n: number[]; | ||
show_display?: boolean; | ||
}; | ||
export declare type SolanaAddress = { | ||
address?: string; | ||
}; | ||
export declare type SolanaSignTx = { | ||
address_n: number[]; | ||
raw_tx?: string; | ||
}; | ||
export declare type SolanaSignedTx = { | ||
signature?: string; | ||
}; | ||
export declare enum StellarAssetType { | ||
@@ -1506,5 +1520,5 @@ NATIVE = 0, | ||
sequence_number: UintType; | ||
timebounds_start: number; | ||
timebounds_end: number; | ||
memo_type: StellarMemoType; | ||
timebounds_start?: number; | ||
timebounds_end?: number; | ||
memo_type?: StellarMemoType; | ||
memo_text?: string; | ||
@@ -1511,0 +1525,0 @@ memo_id?: string; |
{ | ||
"name": "@onekeyfe/hd-transport", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "> TODO: description", | ||
@@ -27,3 +27,3 @@ "author": "OneKey", | ||
}, | ||
"gitHead": "edfa30382fdf36182bc389c8ff1dd1a689096592" | ||
"gitHead": "728d72e4c7ddc10227fff49c3cb8d4a0ff205fac" | ||
} |
@@ -1905,2 +1905,24 @@ // This file is auto generated from data/messages/message.json | ||
// SolanaGetAddress | ||
export type SolanaGetAddress = { | ||
address_n: number[]; | ||
show_display?: boolean; | ||
}; | ||
// SolanaAddress | ||
export type SolanaAddress = { | ||
address?: string; | ||
}; | ||
// SolanaSignTx | ||
export type SolanaSignTx = { | ||
address_n: number[]; | ||
raw_tx?: string; | ||
}; | ||
// SolanaSignedTx | ||
export type SolanaSignedTx = { | ||
signature?: string; | ||
}; | ||
export enum StellarAssetType { | ||
@@ -1998,5 +2020,5 @@ NATIVE = 0, | ||
sequence_number: UintType; | ||
timebounds_start: number; | ||
timebounds_end: number; | ||
memo_type: StellarMemoType; | ||
timebounds_start?: number; | ||
timebounds_end?: number; | ||
memo_type?: StellarMemoType; | ||
memo_text?: string; | ||
@@ -2003,0 +2025,0 @@ memo_id?: string; |
Sorry, the diff of this file is too big to display
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
321298
8398