Block a user
Generate an unsigned transaction for increasing a Jupiter Perps position
Submit signed transactions through the Solana API
Submit signed transactions through the Solana API
- A real signed transaction is accepted by Solana RPC.
- Solana RPC returns the transaction signature embedded in the transaction.
- The method reports HTTP and RPC errors clearly.
- Inclusion,…
Add a minimal Solana wallet API and external-signer implementation
Implemented the minimal Solana wallet API and reference implementation.
The wallet now:
- exposes its public Solana address,
- delegates native SOL balance lookup to SolanaBlockChain, -…
Add a minimal Solana wallet API and external-signer implementation
Add a minimal Solana wallet API and external-signer implementation
Submit signed transactions through the Solana API