dante alighieri

Results 12 issues of dante alighieri

i want to get only the actions created by the creator of the transaction but history api returns whole transaction to me, im using the following code snippet to get...

i want to get transactions of an account instead of actions but your api seems not supporting this, is there a work around for this? I am currently fetching actions...

when I'm trying to create an account using wharfkit/antelope library, I get the following response from the transaction broadcast. ``` { transaction_id: '41e2edec3278acba808ee6d9b761786be3862af336dc17f6732319ec893d2a01', processed: { id: '41e2edec3278acba808ee6d9b761786be3862af336dc17f6732319ec893d2a01', block_num: 351244143, block_time:...

bug

in the [tutorial](https://trezor.io/learn/a/custom-backend-in-trezor-suite), you are mentioning that we should first run the backend, then after synchronization, run the blockbook service, why is that required? my machine is good, can i...

hi, i installed the bitcoin indexer, it finished synching but i cannot send requests to it, heres the terminal output. ```rust ➜ build git:(master) curl https://localhost:9130 curl: (60) SSL certificate...

I have two questions 1) I want to send to multiple addresses, is this `tx.to` usage correct? 2) How can I sign this transaction offline, can i serialize without sign...

hello cosmos brothers, I cant transfer my Atom coins, what happened to the blockchain, is my coins safe? is atom dead? thanks, dante

I created a transaction with `0` amount output(dust amount), i couldnt broadcast it using the blockbook broadcast api, it gives me an error, i can broadcast the transaction using websites...

can we update a transaction that is already on the mempool with a future nonce value, before it expires? thanks, dante

bug