File tree 3 files changed +6
-6
lines changed
sdk-typescript/packages/nautilus-wallet-client-core/src/schema
web-client/src/app/services/enclave
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
import {
4
4
AlgorandTransactionSigned ,
5
5
WalletDisplay ,
6
- } from 'nautilus-wallet-client-core/schema /entities' ;
6
+ } from '. /entities' ;
7
7
import {
8
8
Bytes ,
9
9
WalletId ,
10
10
WalletPin ,
11
- } from 'nautilus-wallet-client-core/schema /types' ;
11
+ } from '. /types' ;
12
12
13
13
export type CreateWallet = {
14
14
owner_name : string ;
Original file line number Diff line number Diff line change 3
3
HttpTestingController ,
4
4
} from '@angular/common/http/testing' ;
5
5
import { TestBed } from '@angular/core/testing' ;
6
- import { environment } from 'src/environments/environment' ;
7
6
import {
8
7
CreateWallet ,
9
8
CreateWalletResult ,
@@ -13,7 +12,8 @@ import {
13
12
SignTransactionResult ,
14
13
WalletRequest ,
15
14
WalletResponse ,
16
- } from 'src/schema/actions' ;
15
+ } from 'nautilus-wallet-client-core/schema/actions' ;
16
+ import { environment } from 'src/environments/environment' ;
17
17
import { AttestationReport } from 'src/schema/attestation' ;
18
18
import { TweetNaClCrypto } from 'src/schema/crypto' ;
19
19
import { from_msgpack_as , to_msgpack_as } from 'src/schema/msgpack' ;
Original file line number Diff line number Diff line change 1
1
import { HttpClient } from '@angular/common/http' ;
2
2
import { Injectable } from '@angular/core' ;
3
3
import algosdk from 'algosdk' ;
4
- import { environment } from 'src/environments/environment' ;
5
4
import {
6
5
CreateWallet ,
7
6
CreateWalletResult ,
8
7
OpenWallet ,
9
8
OpenWalletResult ,
10
9
SignTransaction ,
11
10
SignTransactionResult ,
12
- } from 'src/schema/actions' ;
11
+ } from 'nautilus-wallet-client-core/schema/actions' ;
12
+ import { environment } from 'src/environments/environment' ;
13
13
import {
14
14
makePaymentTxnHelper ,
15
15
OptionalParameters ,
You can’t perform that action at this time.
0 commit comments