amp-wallet
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -53,3 +53,3 @@ import { AccountResponse } from 'stellar-sdk'; | ||
/** | ||
*CREATE an asset that's are include issue account and distributor | ||
* CREATE an asset that's are include issue account and distributor | ||
*/ | ||
@@ -56,0 +56,0 @@ export declare function createAsset(name: string, distPub: string, startingAmount: number): Promise<{ |
@@ -218,3 +218,3 @@ "use strict"; | ||
/** | ||
*CREATE an asset that's are include issue account and distributor | ||
* CREATE an asset that's are include issue account and distributor | ||
*/ | ||
@@ -221,0 +221,0 @@ function createAsset(name, distPub, startingAmount) { |
@@ -272,3 +272,3 @@ "use strict"; | ||
issuingAccount = _a.sent(); | ||
transaction = new stellar_sdk_1.TransactionBuilder(issuingAccount) | ||
transaction = new stellar_sdk_1.TransactionBuilder(issuingAccount, { fee: stellar_sdk_1.BASE_FEE }) | ||
.addOperation(stellar_sdk_1.Operation.setOptions({ | ||
@@ -307,3 +307,3 @@ // @ts-ignore | ||
acc = _a.sent(); | ||
transaction = new stellar_sdk_1.TransactionBuilder(acc) | ||
transaction = new stellar_sdk_1.TransactionBuilder(acc, { fee: stellar_sdk_1.BASE_FEE }) | ||
.addOperation(stellar_sdk_1.Operation.changeTrust({ | ||
@@ -310,0 +310,0 @@ // @ts-ignore |
{ | ||
"name": "amp-wallet", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "Amanatpay Blockchain Wallet", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,2 +0,2 @@ | ||
<a href="www.amanatpay.com">Amanatpay Wallet Operation</href> | ||
<a href="http://amanatpay.com">Amanatpay Wallet Operation</href> | ||
## Functions | ||
@@ -3,0 +3,0 @@ |
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
48506