All files / src/apis/wallet index.ts

100% Statements 15/15
100% Branches 0/0
30% Functions 3/10
100% Lines 14/14

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2116x 6x 6x 6x 23x   6x 6x 6x     6x 6x 6x   6x 15x     6x  
export { Wallet } from "./wallet";
export {
  _WalletCompat,
  _WalletCompat as WalletCompat,
  _WalletCompat as Personal
} from "./wallet.compat";
export {
  _WalletCompatNodeQiwi,
  _WalletCompatNodeQiwi as NodeQiwi
} from "./wallet.compat-node-qiwi";
export type { WalletApiOptions } from "./wallet.options";
export {
  WalletApiError,
  WalletApiError as PersonalApiError,
  WalletApiErrorResponse,
  WalletAuthorizationError,
  WalletApiShortError,
  WalletApiShortErrorResponse
} from "./wallet.errors";
export * from "./wallet.types";