pub struct RawAccountDeploymentV3 { /* private fields */ }Expand description
AccountDeploymentV3 but with nonce and other transaction fee options already determined.
Implementations§
Source§impl RawAccountDeploymentV3
impl RawAccountDeploymentV3
Sourcepub const fn l1_gas_price(&self) -> u128
pub const fn l1_gas_price(&self) -> u128
Gets the l1_gas_price of the deployment request.
Sourcepub const fn l2_gas_price(&self) -> u128
pub const fn l2_gas_price(&self) -> u128
Gets the l2_gas_price of the deployment request.
Sourcepub const fn l1_data_gas(&self) -> u64
pub const fn l1_data_gas(&self) -> u64
Gets the l1_data_gas of the deployment request.
Sourcepub const fn l1_data_gas_price(&self) -> u128
pub const fn l1_data_gas_price(&self) -> u128
Gets the l1_data_gas_price of the deployment request.
Trait Implementations§
Source§impl Clone for RawAccountDeploymentV3
impl Clone for RawAccountDeploymentV3
Source§fn clone(&self) -> RawAccountDeploymentV3
fn clone(&self) -> RawAccountDeploymentV3
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RawAccountDeploymentV3
impl RefUnwindSafe for RawAccountDeploymentV3
impl Send for RawAccountDeploymentV3
impl Sync for RawAccountDeploymentV3
impl Unpin for RawAccountDeploymentV3
impl UnwindSafe for RawAccountDeploymentV3
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more