@broxus/ever-wallet-wasm
Advanced tools
Comparing version 0.1.36 to 0.1.37
@@ -1461,5 +1461,14 @@ /* tslint:disable */ | ||
* @param {boolean} notify_receiver | ||
* @returns {Promise<string>} | ||
*/ | ||
estimateMinAttachedAmount(dest: string, tokens: string, body: string, notify_receiver: boolean): Promise<string>; | ||
/** | ||
* @param {string} dest | ||
* @param {string} tokens | ||
* @param {string} body | ||
* @param {boolean} notify_receiver | ||
* @param {string | undefined} attached_amount | ||
* @returns {Promise<InternalMessage>} | ||
*/ | ||
prepareTransfer(dest: string, tokens: string, body: string, notify_receiver: boolean): Promise<InternalMessage>; | ||
prepareTransfer(dest: string, tokens: string, body: string, notify_receiver: boolean, attached_amount?: string): Promise<InternalMessage>; | ||
/** | ||
@@ -1827,3 +1836,4 @@ * @returns {Promise<void>} | ||
readonly tokenwallet_balance: (a: number, b: number) => void; | ||
readonly tokenwallet_prepareTransfer: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void; | ||
readonly tokenwallet_estimateMinAttachedAmount: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void; | ||
readonly tokenwallet_prepareTransfer: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number) => void; | ||
readonly tokenwallet_refresh: (a: number) => number; | ||
@@ -1958,4 +1968,4 @@ readonly tokenwallet_handleBlock: (a: number, b: number, c: number) => number; | ||
readonly stringquery_onError: (a: number, b: number) => void; | ||
readonly __wbg_protoconnection_free: (a: number) => void; | ||
readonly __wbg_jrpcconnection_free: (a: number) => void; | ||
readonly __wbg_protoconnection_free: (a: number) => void; | ||
readonly stringquery_onTimeout: (a: number) => void; | ||
@@ -1962,0 +1972,0 @@ readonly stringquery_onReceive: (a: number, b: number, c: number) => void; |
@@ -7,3 +7,3 @@ { | ||
"description": "Nekoton bindings for WASM", | ||
"version": "0.1.36", | ||
"version": "0.1.37", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -10,0 +10,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
4209070
6012