pub struct PreparedAccountDeployment<'f, F> { /* private fields */ }Expand description
RawAccountDeployment but with a factory associated.
Implementations§
source§impl<'f, F> PreparedAccountDeployment<'f, F>
impl<'f, F> PreparedAccountDeployment<'f, F>
pub fn from_raw(raw_deployment: RawAccountDeployment, factory: &'f F) -> Self
source§impl<'f, F> PreparedAccountDeployment<'f, F>where
F: AccountFactory,
impl<'f, F> PreparedAccountDeployment<'f, F>where
F: AccountFactory,
pub fn transaction_hash(&self) -> FieldElement
pub async fn send( &self ) -> Result<DeployAccountTransactionResult, AccountFactoryError<F::SignError>>
Trait Implementations§
Auto Trait Implementations§
impl<'f, F> RefUnwindSafe for PreparedAccountDeployment<'f, F>where
F: RefUnwindSafe,
impl<'f, F> Send for PreparedAccountDeployment<'f, F>where
F: Sync,
impl<'f, F> Sync for PreparedAccountDeployment<'f, F>where
F: Sync,
impl<'f, F> Unpin for PreparedAccountDeployment<'f, F>
impl<'f, F> UnwindSafe for PreparedAccountDeployment<'f, F>where
F: RefUnwindSafe,
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