Struct cubist_proxy::transformer::eth_creds::EthProxyConfig
source · pub struct EthProxyConfig {
pub creds: Vec<CredConfig>,
pub onchain_uri: Option<Uri>,
pub chain_id: u32,
}
Expand description
Determines what credentials the eth_creds transformer is aware of.
Fields§
§creds: Vec<CredConfig>
Credentials configuration
onchain_uri: Option<Uri>
The URI to use for querying on-chain state. Used in nonce generation.
chain_id: u32
Chain id (transaction chain ID must be set before signing)
Trait Implementations§
source§impl Clone for EthProxyConfig
impl Clone for EthProxyConfig
source§fn clone(&self) -> EthProxyConfig
fn clone(&self) -> EthProxyConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more