class WebServer
- WebServer
- Reference
- Object
Included Modules
- Axentro::Core
- Axentro::Core::Keys
- Router
Defined in:
axentro-adaptor.crConstructors
Instance Method Summary
- #context_to_json(context)
-
#draw_routes
ameba:disable Metrics/CyclomaticComplexity
- #generate_hd_wallet
- #generate_hd_wallets(seed, amount, derivation_start)
- #generate_multi_hd_wallets(amount)
-
#generate_standard_wallet
---- wallet creation ----
-
#on_params(context, klass : T.class, &) forall T
----- util -----
- #run
- #wallet_from_wif(_wif)
Instance methods inherited from module Axentro::Core::Hashes
ripemd160(base : Bytes | String) : String
ripemd160,
sha256(base : Bytes | String) : String
sha256
Constructor Detail
def self.new(node_url : String | Nil, wallet_path : String | Nil, app_host : String | Nil, app_port : String | Nil)
#