Set the fuel accounting policy for budgeted execution.
(mut self, fuel_policy: FuelPolicy)
| 126 | |
| 127 | /// Set the fuel accounting policy for budgeted execution. |
| 128 | pub fn with_fuel_policy(mut self, fuel_policy: FuelPolicy) -> Self { |
| 129 | self.fuel_policy = fuel_policy; |
| 130 | self |
| 131 | } |
| 132 | |
| 133 | /// Set the backend used for runtime memories. |
| 134 | pub fn with_memory_backend(mut self, memory_backend: MemoryBackend) -> Self { |
no outgoing calls