Mahsa Bastankhah
Mahsa Bastankhah
Hi. does this library support offline transactions? by offline transactions I mean a transaction that can be signed locally.
does this library support segwit transaction? I mean can I create a segwit trx using this library?
Hi. I searched a lot to find the binance chain testnet faucet but all I could find was [binance smart chain faucet](https://testnet.binance.org/faucet-smart) that obviously doesn't fund binance chain testnet wallets....
Hi. I'm running the following code : `signing_client = HttpApiSigningClient('http://127.0.0.1:8000', username='sam', password='mypass')` `client = HttpApiClient(env=testnet_env)` `transfer_msg = TransferMsg(` `symbol='BNB',` ` amount=1,` `to_address='tbnb15lq6x48g3pvaqjwhqfg4nygx63q03zsvk9rlxs')` `signed_msg = signing_client.sign_transfer(transfer_msg, wallet_name='wallet_3')` `res = signing_client.broadcast_transfer(signed_msg, wallet_name="wallet_3")`...
Hi. I want to read the balance of an account from a TRC20 smart contract. I know how to send a "write" transaction using `tron.transaction_builder.trigger_smart_contract` and `tron.trx.sign_and_broadcast(txn['transaction'])` but I don't...
I added an additional condition to [line](https://github.com/Mahsa-Bastankhah/kyber/blob/b8734881a60b55845eda692c35a109a77ffdd527/share/dkg/pedersen/dkg_test.go#L1019) because the [previous version](https://github.com/dedis/kyber/blob/c69494d742d8c77d0aa6efc09e60e61a3ea10380/share/dkg/pedersen/dkg_test.go#L1019) was ignoring sending responses to some old nodes that it is not supposed to ignore. This `if` branch should...
I added a new test to [dkg_test ](https://github.com/Mahsa-Bastankhah/kyber/blob/c3e2b5b7c6a3f6423bf03c3ec85e5f4c859cfc44/share/dkg/pedersen/dkg_test.go#L1339)in the PR #468. In this test I create a set of dkg nodes and did the initial dkg setup for them then...
Hi. I'm new to binance chain and I wonder how can I get the receipt of a transaction after issuing it. by receipt, I mean the block height of the...
which function of this library outputs the last block height?