Versions in this module Expand all Collapse all v1 v1.2.6 Jun 9, 2025 Changes in this version + type Config struct + AccessToken string + Timeout int + type SolanaTxSimulationResult = transaction_simulation_for_solana.PrerunTxUsingPOSTOK + type TxSimulation struct + Config *Config + func NewTxSimulation(config *Config) *TxSimulation + func (s *TxSimulation) SolanaTxSimulation(encodedTransaction string) (*SolanaTxSimulationResult, error)