Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submit from wallet with fee payer support #189

Closed
wants to merge 1 commit into from

Commits on Oct 31, 2023

  1. [fee-payer] Add multi-agent / fee payer support

    This adds 3 new APIs, prepRawTransaction, signRawTransaction, and
    signAndSubmitRawTransaction.  Prep will create a multiagent or fee
    payer transaction accordingly, unsigned with information from the
    wallet on sequence number and chain id.  Then all parties can sign
    the transaction with signRawTransaction, and the last party can
    sign with signAndSubmitRawTransaction to sign and send it off as the
    sender.
    gregnazario committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f31f4df View commit details
    Browse the repository at this point in the history