SeismicElementsFiller
Encryption elements generation and calldata encryption filler
Overview
Definition
pub struct SeismicElementsFiller {
tee_pubkey: Option<PublicKey>,
blocks_window: Option<u64>,
ephemeral_secret_key: SecretKey,
signed_read: bool,
}Field
Type
Description
Constructors
new
newwith_tee_pubkey_and_url
with_tee_pubkey_and_urlParameter
Type
Required
Description
Configuration Methods
with_signed_read
with_signed_readParameter
Type
Required
Description
with_blocks_window
with_blocks_windowParameter
Type
Required
Description
ephemeral_secret_key
ephemeral_secret_keyTwo-Phase Design
Prepare Phase
Fill Phase
Encryption Flow
Constants
Constant
Value
Description
Usage
Default Configuration
With Pre-Cached TEE Key
With Custom Expiration Window
With Signed Reads
Notes
See Also
Last updated

