|
174 | 174 |
|
175 | 175 | |Key|Description|Type|Default Value|
|
176 | 176 | |---|-----------|----|-------------|
|
177 |
| -|name|Deprecated: Please use 'transactions.handler.name' instead|`string`|`<nil>` |
| 177 | +|name|Deprecated: Please use 'transactions.handler.name' instead|`string`|`simple` |
| 178 | + |
| 179 | +## policyengine.simple |
| 180 | + |
| 181 | +|Key|Description|Type|Default Value| |
| 182 | +|---|-----------|----|-------------| |
| 183 | +|fixedGasPrice|Deprecated: Please use 'transactions.handler.simple.fixedGasPrice' instead|Raw JSON|`<nil>` |
| 184 | +|resubmitInterval|Deprecated: Please use 'transactions.handler.simple.resubmitInterval' instead|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>` |
| 185 | + |
| 186 | +## policyengine.simple.gasOracle |
| 187 | + |
| 188 | +|Key|Description|Type|Default Value| |
| 189 | +|---|-----------|----|-------------| |
| 190 | +|connectionTimeout|The maximum amount of time that a connection is allowed to remain with no data transmitted|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>` |
| 191 | +|expectContinueTimeout|See [ExpectContinueTimeout in the Go docs](https://pkg.go.dev/net/http#Transport)|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>` |
| 192 | +|headers|Adds custom headers to HTTP requests|`map[string]string`|`<nil>` |
| 193 | +|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>` |
| 194 | +|maxIdleConns|The max number of idle connections to hold pooled|`int`|`<nil>` |
| 195 | +|method|Deprecated: Please use 'transactions.handler.simple.gasOracle.method' instead|`string`|`<nil>` |
| 196 | +|mode|Deprecated: Please use 'transactions.handler.simple.gasOracle.mode' instead|'connector', 'restapi', 'fixed', or 'disabled'|`<nil>` |
| 197 | +|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|`boolean`|`<nil>` |
| 198 | +|queryInterval|Deprecated: Please use 'transactions.handler.simple.gasOracle.queryInterval' instead|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>` |
| 199 | +|requestTimeout|The maximum amount of time that a request is allowed to remain open|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>` |
| 200 | +|template|Deprecated: Please use 'transactions.handler.simple.gasOracle.template' instead|[Go Template](https://pkg.go.dev/text/template) `string`|`<nil>` |
| 201 | +|tlsHandshakeTimeout|The maximum amount of time to wait for a successful TLS handshake|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>` |
| 202 | +|url|Deprecated: Please use 'transactions.handler.simple.gasOracle.url' instead|`string`|`<nil>` |
| 203 | + |
| 204 | +## policyengine.simple.gasOracle.auth |
| 205 | + |
| 206 | +|Key|Description|Type|Default Value| |
| 207 | +|---|-----------|----|-------------| |
| 208 | +|password|Password|`string`|`<nil>` |
| 209 | +|username|Username|`string`|`<nil>` |
| 210 | + |
| 211 | +## policyengine.simple.gasOracle.proxy |
| 212 | + |
| 213 | +|Key|Description|Type|Default Value| |
| 214 | +|---|-----------|----|-------------| |
| 215 | +|url|Deprecated: Please use 'transactions.handler.simple.gasOracle.proxy.url' instead|`string`|`<nil>` |
| 216 | + |
| 217 | +## policyengine.simple.gasOracle.retry |
| 218 | + |
| 219 | +|Key|Description|Type|Default Value| |
| 220 | +|---|-----------|----|-------------| |
| 221 | +|count|The maximum number of times to retry|`int`|`<nil>` |
| 222 | +|enabled|Enables retries|`boolean`|`<nil>` |
| 223 | +|initWaitTime|The initial retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>` |
| 224 | +|maxWaitTime|The maximum retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>` |
178 | 225 |
|
179 | 226 | ## policyloop
|
180 | 227 |
|
|
202 | 249 |
|
203 | 250 | |Key|Description|Type|Default Value|
|
204 | 251 | |---|-----------|----|-------------|
|
205 |
| -|name|The name of the transaction handler to use|`string`|`simple` |
| 252 | +|name|The name of the transaction handler to use|`string`|`<nil>` |
206 | 253 |
|
207 | 254 | ## transactions.handler.simple
|
208 | 255 |
|
|
0 commit comments