get_solana_fee_for_message
Calculate Solana transaction fees for base64-encoded messages on mainnet or testnet networks to estimate costs before execution.
Instructions
Estimate fee for a serialized Solana message (base64)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Serialized message in base64 | |
| network | No | Network type (defaults to mainnet) |