class WebServer

Included Modules

Defined in:

axentro-adaptor.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def context_to_json(context) #

[View source]
def draw_routes #

ameba:disable Metrics/CyclomaticComplexity


[View source]
def generate_hd_wallet #

[View source]
def generate_hd_wallets(seed, amount, derivation_start) #

[View source]
def generate_multi_hd_wallets(amount) #

[View source]
def generate_standard_wallet #

---- wallet creation ----


[View source]
def on_params(context, klass : T.class, &) forall T #

----- util -----


[View source]
def run #

[View source]
def wallet_from_wif(_wif) #

[View source]