File tree 3 files changed +6
-3
lines changed
sdk-typescript/packages/nautilus-wallet-client-core/src/schema
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
AlgorandAddressBase32 ,
6
6
Bytes ,
7
7
WalletId ,
8
- } from 'nautilus-wallet-client-core/schema /types' ;
8
+ } from '. /types' ;
9
9
10
10
/** A Nautilus wallet's basic displayable details. */
11
11
export type WalletDisplay = {
Original file line number Diff line number Diff line change 1
1
import { Injectable } from '@angular/core' ;
2
+ import { AlgorandTransactionSigned } from 'nautilus-wallet-client-core/schema/entities' ;
2
3
import { SessionStore } from 'src/app/stores/session' ;
3
4
import { never } from 'src/helpers/helpers' ;
4
- import { AlgorandTransactionSigned } from 'src/schema/entities' ;
5
5
import { EnclaveService } from '../enclave' ;
6
6
7
7
type MaybeError = string | undefined ;
Original file line number Diff line number Diff line change 1
1
/** Core request / response message types. */
2
2
3
+ import {
4
+ AlgorandTransactionSigned ,
5
+ WalletDisplay ,
6
+ } from 'nautilus-wallet-client-core/schema/entities' ;
3
7
import {
4
8
Bytes ,
5
9
WalletId ,
6
10
WalletPin ,
7
11
} from 'nautilus-wallet-client-core/schema/types' ;
8
- import { AlgorandTransactionSigned , WalletDisplay } from './entities' ;
9
12
10
13
export type CreateWallet = {
11
14
owner_name : string ;
You can’t perform that action at this time.
0 commit comments