Structs§
- Extend
TtlOp Simulation Result - Result of simulating
ExtendFootprintTtlOpoperation. - Invoke
Host Function Simulation Result - Result of simulating
InvokeHostFunctionOpoperation. - Ledger
Entry Diff - Represents the state of a
LedgerEntrybefore and after the transaction execution.Nonerepresents that entry was not present or removed. - Restore
OpSimulation Result - Result of simulating
RestoreFootprintOpoperation. - Simulation
Adjustment Config - Configuration for adjusting the resources and fees for a simulated transaction.
- Simulation
Adjustment Factor - Configures the adjustment of a simulated value (e.g. resource or fee).
The value is adjusted to be
max(value * multiplicative_factor, value + additive_factor)
Functions§
- simulate_
extend_ ttl_ op - Simulates
ExtendFootprintTtlOpoperation specified via its relevant payload parts. - simulate_
invoke_ host_ function_ op - Simulates
InvokeHostFunctionOpoperation specified via its relevant payload parts. - simulate_
restore_ op - Simulates
RestoreFootprintTtlOpoperation specified via its relevant payload parts.