2018-02-14 03:54:33 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Copyright (c) 2014 - 2018. *)
|
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2018-02-16 14:08:04 +04:00
|
|
|
class unix_wallet :
|
|
|
|
base_dir:string ->
|
|
|
|
Client_context.wallet
|
|
|
|
class unix_prompter :
|
2018-02-16 21:10:18 +04:00
|
|
|
Client_context.prompter
|
2018-02-16 14:08:04 +04:00
|
|
|
class unix_logger :
|
|
|
|
base_dir:string ->
|
2018-02-16 21:10:18 +04:00
|
|
|
Client_context.printer
|
|
|
|
class unix_full :
|
2018-02-16 14:08:04 +04:00
|
|
|
base_dir:string ->
|
|
|
|
block:Block_services.block ->
|
2018-04-21 13:31:19 +04:00
|
|
|
confirmations:int option ->
|
2018-02-16 14:08:04 +04:00
|
|
|
rpc_config:RPC_client.config ->
|
2018-02-16 21:10:18 +04:00
|
|
|
Client_context.full
|