Skip to main content

Questions tagged [transaction]

The term "transaction" is used in IoTA to refer to the signed data package that stores a message to be sent from an externally owned account.

0 votes
0 answers
15 views

How to get transaction metadata using iota sdk?

I managed to get this data: type: 3, amount: '100000000', nativeTokens: [ { id: '0x083602db4cde74f1f3cf3945913bc7bc8e1a2fafd70c7e2895d034d68efe128d5f0200000000', amount: '0x13' ...
user1016976's user avatar
1 vote
1 answer
11 views

How to verify the transaction was completed?

Ideally I would like to watch some wallet address and get informed when new transaction has occured. In order to raise safety level I don't want to store mnemonic on the server. I looked up node ...
user1016976's user avatar
2 votes
4 answers
128 views

How to specify a message or tag within a transaction

I would like to create transaction using IotaWallet of wallet.rs containing a message or tag. Currently I perfectly create a transaction for Alice wallet, using: from iota_wallet import IotaWallet # ...
Raffaele Franco's user avatar
1 vote
1 answer
28 views

How to send non value transaction, just simple indexation payload an integer or float data to same messageid everytime using iota_client in Python?

I am sending integer and float data to IOTA ledger at Chrysalis Devnet using iota_client Python library. Each time I send new subset of data or want to update the same data, client = iota_client....
K.Baig's user avatar
  • 41
3 votes
1 answer
269 views

OverflowError: out of range integral type conversion attempted in iota_client Python library

I am trying to send a list data to IOTA Ledger as follow client = iota_client.Client() message_temperature = client.message( index="Pasteur1_Tempdata", data=temp_list ) where my temp_list is ...
K.Baig's user avatar
  • 41
1 vote
2 answers
56 views

Send nft on the shimmer network

I can't find any docs about more details than. https://wiki.iota.org/shimmer/iota.rs/how_tos/build_nft_output/#expected-output I was looking for something like this: https://explorer.shimmer.network/...
melody's user avatar
  • 11
1 vote
1 answer
76 views

persisting UTXO metadata

thanks to this topic, I understand that I have to take in consideration Shimmer -and not the actual IOTA mainnet- in order to store data inside transactions permanently. My concern is about ...
keuzzolo's user avatar
2 votes
1 answer
72 views

Error 500 from shimmer testnet when adding sender feature to a basic output

I am trying to send a full block with a transaction payload to the Shimmer Testnet through this endpoint. The payload has a transaction essence with one UTXO Input and creates a Basic Output. The ...
user avatar
1 vote
0 answers
30 views

What determines the time a message is included in the IOTA Tangle?

I have a Hornet node connected to the IOTA network. In turn, from my own node I'm sending different messages over the Streams protocol. The propagation times I get give me no clue about why some ...
user5291's user avatar
  • 164
2 votes
1 answer
72 views

Transactions vs Messages

I'm reading the IOTA documentation, but I'm still having a doubt: is the Tangle a graph where each vertex is a transaction or is each vertex a message? Thanks.
Matteo D'Onofrio's user avatar
1 vote
0 answers
80 views

Sending big payload in multiple messages

From this question, I would like to know if there is an updated method to send big payload within the current IOTA network (chrysalis 1.5). From the docs: Because messages in IOTA are not allowed to ...
user5291's user avatar
  • 164
1 vote
1 answer
61 views

How to send a transaction in private tangle Hornet of IOTA?

I have deployed an IOTA tangle network on Hornet and it is running successfully on http://localhost:8081/. How do I send a transaction to it? Are there any steps or could you please share any ...
Akhil Kintali's user avatar
1 vote
0 answers
24 views

double spend script is not working!

I'm running a private tangle network (GoShimmer 1.7.2) using Docker https://goshimmer.docs.iota.org/tooling/docker_private_network.html I want to try a double spend. there is a script to do that in ...
Majd TL's user avatar
  • 123
2 votes
1 answer
89 views

Unknown value in milestone payload

I'm exploring the following milestone message. And I'm using the following RFC: 0019-RFC From the message, I've identified almost every element, but there is one that is not referenced in the ...
user5291's user avatar
  • 164
3 votes
1 answer
110 views

Values in message structure do not match RFC message structure

I'm trying to understand what is the structure of the messages in IOTA. I used scylla to download some messages and now I don't see that the structure from the message matchs with the current one ...
user5291's user avatar
  • 164

15 30 50 per page
1
2 3 4 5
14