Methods
| Method | Description |
|---|---|
| GetAccount | Fetch an account’s SOL balance, owner, and on-chain data. |
| GenerateNewKeyPair | Generate a new Ed25519 keypair, optionally deterministic from a seed. |
| FundNative | Airdrop SOL to an account on devnet. |
| GetTokenAccountBalance | Get the raw token balance of a token holding account. |
| GetAssociatedTokenAddress | Derive the associated token account address (PDA) for a wallet and mint pair. |