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

Missing or invalid. request() method: tron_signTransaction' #736

Open
kstulgys opened this issue Oct 2, 2024 · 0 comments
Open

Missing or invalid. request() method: tron_signTransaction' #736

kstulgys opened this issue Oct 2, 2024 · 0 comments

Comments

@kstulgys
Copy link

kstulgys commented Oct 2, 2024

I'm unable successfully use same code as in tron example

I get these errors:

// request() -> isValidRequest() failed'
// Missing or invalid. request() method: tron_signTransaction'

     
     const network = isTestnet() ? TronChains.Nile : TronChains.Mainnet;

     const signedTransaction = await client!.request<{ result: any }>(
        {
          method: "tron_signTransaction",
          params: { address, transaction: transaction.transaction },
        },
        `tron:${network}`
      );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant