Code Monkey home page Code Monkey logo

Comments (3)

luca-moser avatar luca-moser commented on June 11, 2024

On the next branch the implementation of PrepareTranfers is aligned with iota.js. The given options can include a slice of Inputs which are simply addresses and their balance. The security level is needed to be able to determine how many transactions are needed to fit in the signature message fragments. The address/key index is needed to be able to compute the subseed which in turn is used to compute the private key which is used to sign the transactions.

Note that the client using any iota library should keep track of what addresses were used, their index and the overall security level used.

from iota.go.

lunfardo314 avatar lunfardo314 commented on June 11, 2024

Thanks. That is more or less what I missed in the current version. Of course seed and security level is needed for signing. My comment is about redundant address generation sometimes. Also note that neither input address indices nor reminder address are needed if inputs exactly makes needed balance. That is how I use it very often.

from iota.go.

luca-moser avatar luca-moser commented on June 11, 2024

The key index is needed to be able to compute the private key which is used to sign the input transaction (and the additional txs for the other fragments) whether there's a remainder or not.

from iota.go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.