mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 17:35:51 +00:00
limits
This commit is contained in:
@@ -133,6 +133,13 @@ std::uint8_t constexpr vaultMaximumIOUScale = 18;
|
|||||||
* another vault; counted from 0 */
|
* another vault; counted from 0 */
|
||||||
std::uint8_t constexpr maxAssetCheckDepth = 5;
|
std::uint8_t constexpr maxAssetCheckDepth = 5;
|
||||||
|
|
||||||
|
/** The maximum length of a Data field in Escrow object that can be updated by
|
||||||
|
* Wasm code */
|
||||||
|
std::size_t constexpr maxWasmDataLength = 4 * 1024;
|
||||||
|
|
||||||
|
/** The maximum length of a parameters passed from Wasm code*/
|
||||||
|
std::size_t constexpr maxWasmParamLength = 1024;
|
||||||
|
|
||||||
/** A ledger index. */
|
/** A ledger index. */
|
||||||
using LedgerIndex = std::uint32_t;
|
using LedgerIndex = std::uint32_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user