We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4799d3 commit df77089Copy full SHA for df77089
data/simulation/config.d.ts
@@ -77,7 +77,8 @@ export interface Config {
77
"tx-size-bytes-distribution": Distribution;
78
/**
79
* Distribution used to choose the "over-collateralization factor" for a transaction.
80
- * 0 means the transaction is not over-collateralized, n means it has enough extra collateral to be included in n shards.
+ * An "overcollateralization factor" of n means the TX has enough collateral to be included in n+1 shards.
81
+ * A factor of 0 means the TX has enough collateral to be include in 1 shard; i.e. it is not over-collateralized.
82
* Only supported by Rust simulation. */
83
"tx-overcollateralization-factor-distribution": Distribution;
84
/** Only supported by Rust simulation. */
0 commit comments