Module: Libra
- Defined in:
- lib/libra/account_address.rb,
lib/libra_client.rb,
lib/libra/version.rb,
lib/libra/mnemonic.rb,
lib/libra/access_path.rb,
lib/libra/account_config.rb,
lib/libra/account_resource.rb
Overview
A struct that represents an account address. Currently Public Key is used.
Defined Under Namespace
Modules: BinaryExtensions Classes: AccessPath, AccountAddress, AccountConfig, AccountResource, AccountState, Client, EventHandle, LibraError, Mnemonic
Constant Summary collapse
- NETWORKS =
{ testnet:{ host: "ac.testnet.libra.org:8000", faucet_host: "faucet.testnet.libra.org" } }
- VERSION =
"0.2.1"
- MNEMONIC_SALT_PREFIX =
"LIBRA WALLET: mnemonic salt prefix$"
- MASTER_KEY_SALT =
"LIBRA WALLET: master key salt$"
- INFO_PREFIX =
"LIBRA WALLET: derived key$"
- EVENT_KEY_LENGTH =
32