fix merge
This commit is contained in:
@@ -47,10 +47,13 @@ class Store {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fetchKeysArray() {
|
fetchKeysArray() {
|
||||||
fetchWrapper.getAuth('https://ccab53ea-d042-47b3-b9b4-79b913f47b3d.mock.pstmn.io/data/shared', {
|
fetchWrapper.getAuth(
|
||||||
|
'https://ccab53ea-d042-47b3-b9b4-79b913f47b3d.mock.pstmn.io/data/shared',
|
||||||
|
{
|
||||||
networkIdentifier: this.nodeInfo.networkIdentifier,
|
networkIdentifier: this.nodeInfo.networkIdentifier,
|
||||||
lastBlockID: this.nodeInfo.lastBlockID
|
lastBlockID: this.nodeInfo.lastBlockID
|
||||||
}).then((res) => this.keysArrayFetchChange(res))
|
}).then((res) => this.keysArrayFetchChange(res))
|
||||||
|
}
|
||||||
|
|
||||||
fetchTransactionsInfo() {
|
fetchTransactionsInfo() {
|
||||||
fetchWrapper.getAuth(`http://3.125.47.101/api/account/transactions/${this.accountMadeTransaction}?moduleID=1001&assetID=11`, {
|
fetchWrapper.getAuth(`http://3.125.47.101/api/account/transactions/${this.accountMadeTransaction}?moduleID=1001&assetID=11`, {
|
||||||
@@ -116,7 +119,7 @@ class Store {
|
|||||||
|
|
||||||
get accountData() {
|
get accountData() {
|
||||||
return this._accountData
|
return this._accountData
|
||||||
};
|
}
|
||||||
|
|
||||||
encryptAccountData(data) {
|
encryptAccountData(data) {
|
||||||
return data.map((item) => {
|
return data.map((item) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user