Tezt_tezos.Yes_walletval create :
?runner:Tezt_wrapper.Runner.t ->
?path:string ->
?name:string ->
unit ->
tval create_from_context :
?rich_accounts:(int * int) ->
?aliases:aliases ->
node:Node.t ->
client:Client.t ->
network:string ->
t ->
string Lwt.tInitialize a client wallet
yes_wallet.exe create \
from context <DATA_DIR> \
in <BASE_DIR> \
--network network \
--aliases <ALIASES_FILE_PATH> \
--force \
--active-bakers-only<DATA_DIR> is defined by node and <BASE_DIR> from client
Returns <ALIASES_FILE_PATH>, which is either the file provided via ~aliases:(File "filename") or the path where aliases passed as ~aliases:(List aliases) have been dumped.
Initialize a client wallet
yes_wallet.exe convert \
wallet <BASE_DIR> \
inplace \
--force \<BASE_DIR> is defined by client
val load_consensus_key_mapping :
t ->
client:Client.t ->
consensus_key_mapping list Lwt.tLoads the consensus key mapping generated by the yes wallet and returns it.