Giter VIP home page Giter VIP logo

Comments (9)

MrNaif2018 avatar MrNaif2018 commented on August 11, 2024 1

Erm, no, that's not how it works...

You can only broadcast finalized transaction with all signatures
What you can do, is .sign() with your key, then use .to_json() or similar to send to your colleagues, they will do Transaction.from_json(json).sign(THEIR_KEY) and then broadcast

from tronpy.

MrNaif2018 avatar MrNaif2018 commented on August 11, 2024

Is it a special address, not a regular one? Could you provide me with the steps on how to create one to test it?

from tronpy.

MrNaif2018 avatar MrNaif2018 commented on August 11, 2024

Closing in favour of #50

from tronpy.

ikamran avatar ikamran commented on August 11, 2024

Is it a special address, not a regular one? Could you provide me with the steps on how to create one to test it?

first I created a multi signature address by and set 2 of 3 for sending funds
now I have a multi signature address which nobody can send money,
I want to know how can I send money from multi signature address by using tronpy?

from tronpy.

ikamran avatar ikamran commented on August 11, 2024

Is it a special address, not a regular one? Could you provide me with the steps on how to create one to test it?

first I changed the owner of

from tronpy.

MrNaif2018 avatar MrNaif2018 commented on August 11, 2024

I want to know how can I send money from multi signature address by using tronpy?

I think you can craft a tx, i.e. tx = somecommand.build()
Then do
tx=tx.sign(FIRST_PRIVATE_KEY).sign(SECOND_PRIVATE_KEY)

from tronpy.

ikamran avatar ikamran commented on August 11, 2024

actually I did it by sign it by one of PRIVATE_KEYs which result was what i sent above
but as you know I can not sign from other ones
I want to sign it myself broadcast it and wait until my coworkers sign it manually
it's what I am looking for

from tronpy.

ikamran avatar ikamran commented on August 11, 2024

Like I am understanding it now!!! maybe :)
so how things work on tronscan website, in there after you create new transaction
others can see there are transactions to sign in their account

from tronpy.

MrNaif2018 avatar MrNaif2018 commented on August 11, 2024

They just store this json for later signing by other parties

from tronpy.

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.