|
| 1 | +TODO header |
| 2 | +## Example |
| 3 | + |
| 4 | +```toml |
| 5 | +TODO example |
| 6 | +``` |
| 7 | + |
| 8 | +## Global |
| 9 | +```toml |
| 10 | +Enabled = true # Default |
| 11 | +ChainID = 'TODO' # Example |
| 12 | +NetworkName = 'TODO' # Example |
| 13 | +NetworkNameFull = 'TODO' # Example |
| 14 | +``` |
| 15 | + |
| 16 | + |
| 17 | +### Enabled |
| 18 | +```toml |
| 19 | +Enabled = true # Default |
| 20 | +``` |
| 21 | +Enabled TODO |
| 22 | + |
| 23 | +### ChainID |
| 24 | +```toml |
| 25 | +ChainID = 'TODO' # Example |
| 26 | +``` |
| 27 | +ChainID TODO |
| 28 | + |
| 29 | +### NetworkName |
| 30 | +```toml |
| 31 | +NetworkName = 'TODO' # Example |
| 32 | +``` |
| 33 | +NetworkName TODO |
| 34 | + |
| 35 | +### NetworkNameFull |
| 36 | +```toml |
| 37 | +NetworkNameFull = 'TODO' # Example |
| 38 | +``` |
| 39 | +NetworkNameFull TODO |
| 40 | + |
| 41 | +## TransactionManager |
| 42 | +```toml |
| 43 | +[TransactionManager] |
| 44 | +BroadcastChanSize = 100 # Default |
| 45 | +ConfirmPoll = '2s' # Default |
| 46 | +DefaultMaxGasAmount = 200000 # Default |
| 47 | +MaxSimulateAttempts = 5 # Default |
| 48 | +MaxSubmitRetryAttempts = 10 # Default |
| 49 | +SubmitDelayDuration = '3s' # Default |
| 50 | +TxExpiration = '10s' # Default |
| 51 | +MaxTxRetryAttempts = 5 # Default |
| 52 | +PruneInterval = '4h' # Default |
| 53 | +PruneTxExpiration = '2h' # Default |
| 54 | +``` |
| 55 | + |
| 56 | + |
| 57 | +### BroadcastChanSize |
| 58 | +```toml |
| 59 | +BroadcastChanSize = 100 # Default |
| 60 | +``` |
| 61 | +BroadcastChanSize TODO |
| 62 | + |
| 63 | +### ConfirmPoll |
| 64 | +```toml |
| 65 | +ConfirmPoll = '2s' # Default |
| 66 | +``` |
| 67 | +ConfirmPoll TODO |
| 68 | + |
| 69 | +### DefaultMaxGasAmount |
| 70 | +```toml |
| 71 | +DefaultMaxGasAmount = 200000 # Default |
| 72 | +``` |
| 73 | +DefaultMaxGasAmount TODO |
| 74 | +https://github.com/aptos-labs/aptos-ts-sdk/blob/32d4360740392782c1368647f89ba62e1b6a2cb3/src/utils/const.ts#L21 |
| 75 | + |
| 76 | +### MaxSimulateAttempts |
| 77 | +```toml |
| 78 | +MaxSimulateAttempts = 5 # Default |
| 79 | +``` |
| 80 | +MaxSimulateAttempts TODO |
| 81 | + |
| 82 | +### MaxSubmitRetryAttempts |
| 83 | +```toml |
| 84 | +MaxSubmitRetryAttempts = 10 # Default |
| 85 | +``` |
| 86 | +MaxSubmitRetryAttempts TODO |
| 87 | + |
| 88 | +### SubmitDelayDuration |
| 89 | +```toml |
| 90 | +SubmitDelayDuration = '3s' # Default |
| 91 | +``` |
| 92 | +SubmitDelayDuration TODO |
| 93 | + |
| 94 | +### TxExpiration |
| 95 | +```toml |
| 96 | +TxExpiration = '10s' # Default |
| 97 | +``` |
| 98 | +TxExpiration TODO |
| 99 | + |
| 100 | +### MaxTxRetryAttempts |
| 101 | +```toml |
| 102 | +MaxTxRetryAttempts = 5 # Default |
| 103 | +``` |
| 104 | +MaxTxRetryAttempts TODO |
| 105 | + |
| 106 | +### PruneInterval |
| 107 | +```toml |
| 108 | +PruneInterval = '4h' # Default |
| 109 | +``` |
| 110 | +PruneInterval TODO |
| 111 | + |
| 112 | +### PruneTxExpiration |
| 113 | +```toml |
| 114 | +PruneTxExpiration = '2h' # Default |
| 115 | +``` |
| 116 | +PruneTxExpiration TODO |
| 117 | + |
| 118 | +## BalanceMonitor |
| 119 | +```toml |
| 120 | +[BalanceMonitor] |
| 121 | +BalancePollPeriod = '10s' # Default |
| 122 | +``` |
| 123 | + |
| 124 | + |
| 125 | +### BalancePollPeriod |
| 126 | +```toml |
| 127 | +BalancePollPeriod = '10s' # Default |
| 128 | +``` |
| 129 | +BalancePollPeriod TODO |
| 130 | + |
| 131 | +## WriteTargetCap |
| 132 | +```toml |
| 133 | +[WriteTargetCap] |
| 134 | +ConfirmerPollPeriod = '1s' # Default |
| 135 | +ConfirmerTimeout = '10s' # Default |
| 136 | +``` |
| 137 | + |
| 138 | + |
| 139 | +### ConfirmerPollPeriod |
| 140 | +```toml |
| 141 | +ConfirmerPollPeriod = '1s' # Default |
| 142 | +``` |
| 143 | +ConfirmerPollPeriod TODO |
| 144 | + |
| 145 | +### ConfirmerTimeout |
| 146 | +```toml |
| 147 | +ConfirmerTimeout = '10s' # Default |
| 148 | +``` |
| 149 | +ConfirmerTimeout TODO |
| 150 | + |
| 151 | +## Workflow |
| 152 | +```toml |
| 153 | +[Workflow] |
| 154 | +ForwarderAddress = 'TODO' # Example |
| 155 | +PublicKey = 'TODO' # Example |
| 156 | +``` |
| 157 | + |
| 158 | + |
| 159 | +### ForwarderAddress |
| 160 | +```toml |
| 161 | +ForwarderAddress = 'TODO' # Example |
| 162 | +``` |
| 163 | +ForwarderAddress TODO |
| 164 | + |
| 165 | +### PublicKey |
| 166 | +```toml |
| 167 | +PublicKey = 'TODO' # Example |
| 168 | +``` |
| 169 | +PublicKey TODO |
| 170 | + |
| 171 | +## Nodes |
| 172 | +```toml |
| 173 | +[[Nodes]] |
| 174 | +Name = 'TODO' # Example |
| 175 | +URL = '' # Example |
| 176 | +``` |
| 177 | + |
| 178 | + |
| 179 | +### Name |
| 180 | +```toml |
| 181 | +Name = 'TODO' # Example |
| 182 | +``` |
| 183 | +Name TODO |
| 184 | + |
| 185 | +### URL |
| 186 | +```toml |
| 187 | +URL = '' # Example |
| 188 | +``` |
| 189 | +URL TODO |
| 190 | + |
0 commit comments