module

Axentro::Util

Inherits Axentro::Core::Keys < Axentro::Core::Hashes < Axentro::Core

Constants

SCALE_DECIMAL = 8

Instance methods

__create_id
Source
__create_signed_send_token_transaction(from_address : String, from_public_key : String, from_private_key : String, to_address : String, amount : String, fee : String = "0.0001", speed : String = "FAST")
Source
__get_private_key_from_wif(wif)
Source
__scale_i64(value : String) : Int64
Source
__sha256(base : Bytes | String) : String
Source
__sign(hex_private_key, payload_hash) : String
Source
__timestamp
Source
__to_signed(unsigned_transaction, signature) : String
Source
__verify(signature_hex, hex_public_key, payload_hash) : String
Source
create_signed_send_transaction(from_address : String, from_public_key : String, wif : String, to_address : String, amount : String, fee : String = "0.0001", speed : String = "FAST")
Source
generate_hd_wallet
Source
generate_hd_wallets(seed, amount, derivation_start)
Source
generate_multi_hd_wallets(amount)
Source
generate_standard_wallet
Source
post_transaction(transaction_json, url : String = "https://mainnet.axentro.io")
Source
wallet_from_wif(_wif)
Source