SubstrateAgent manages execution in a SubstrATE actor.
| 31 | |
| 32 | // SubstrateAgent manages execution in a SubstrATE actor. |
| 33 | type SubstrateAgent struct { |
| 34 | ateClient *ate.Client |
| 35 | config SubstrateAgentConfig |
| 36 | } |
| 37 | |
| 38 | // SubstrateAgentConfig configures an ATE agent client. |
| 39 | type SubstrateAgentConfig struct { |
nothing calls this directly
no outgoing calls
no test coverage detected