derohe-miniblock-mod/walletapi
2021-02-23 15:21:42 +00:00
..
mnemonics DERO Homomorphic Encryption Testnet Release4 2020-12-27 13:44:23 +00:00
rpcserver DERO-HE STARGATE Testnet Release9 2021-02-22 17:48:14 +00:00
balance_decoder.go DERO-HE STARGATE Testnet Release9 2021-02-22 17:48:14 +00:00
cipher_test.go DERO Homomorphic Encryption Testnet Release 2020-12-19 10:01:29 +00:00
cipher.go DERO Homomorphic Encryption Testnet Release4 2020-12-27 13:44:23 +00:00
daemon_communication.go DERO-HE STARGATE Testnet Release9 2021-02-22 17:48:14 +00:00
daemon_connectivity_loop.go DERO Homomorphic Encryption Testnet Release4 2020-12-27 13:44:23 +00:00
daemon_connectivity_wasm.go DERO Homomorphic Encryption Testnet Release4 2020-12-27 13:44:23 +00:00
daemon_connectivity.go DERO-HE STARGATE Testnet Release9 2021-02-22 17:48:14 +00:00
db_test.go DERO Homomorphic Encryption Testnet Release 2020-12-19 10:01:29 +00:00
LICENSE DERO Homomorphic Encryption Testnet Release 2020-12-19 10:01:29 +00:00
readme.txt DERO Homomorphic Encryption Testnet Release 2020-12-19 10:01:29 +00:00
transaction_build.go DERO-HE STARGATE Testnet Release9 2021-02-22 17:48:14 +00:00
tx_creation_test.go1 DERO Homomorphic Encryption Testnet Release 2020-12-19 10:01:29 +00:00
wallet_disk.go DERO-HE STARGATE Testnet Release9 2021-02-22 17:48:14 +00:00
wallet_memory.go DERO-HE STARGATE Testnet Release9 2021-02-22 17:48:14 +00:00
wallet_pool.go DERO-HE STARGATE Testnet Release11 2021-02-23 15:21:42 +00:00
wallet_test.go DERO Homomorphic Encryption Testnet Release 2020-12-19 10:01:29 +00:00
wallet_transfer.go DERO-HE STARGATE Testnet Release9 2021-02-22 17:48:14 +00:00
wallet.go DERO-HE STARGATE Testnet Release9 2021-02-22 17:48:14 +00:00

the wallet works on the basic idea, that balance can be obtained instantenously

suppose a wallet address sent and received funds in blocks 1000 and 2000 respectively. Even if the address is part of inumerable tx ( between 1001-1999) blocks,
it's balance doesn't change and wallet can detect using maths that the balance has not changed using a binary search algorithm