soroban_env_host::fees

Constant TX_BASE_RESULT_SIZE

Source
pub const TX_BASE_RESULT_SIZE: u32 = 300;
Expand description

This module defines the fee computation protocol for Soroban.

This is technically not part of the Soroban host and is provided here for the sake of sharing between the systems that run Soroban host (such as Stellar core or Soroban RPC service).

Rough estimate of the base size of any transaction result in the archives (independent of the transaction envelope size).