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
Sourcecreate_signed_send_transaction(from_address : String, from_public_key : String, wif : String, to_address : String, amount : String, fee : String = "0.0001", speed : String = "FAST")
Sourcegenerate_hd_wallet
Sourcegenerate_hd_wallets(seed, amount, derivation_start)
Sourcegenerate_multi_hd_wallets(amount)
Sourcegenerate_standard_wallet
Sourcepost_transaction(transaction_json, url : String = "https://mainnet.axentro.io")
Sourcewallet_from_wif(_wif)
Source