pub enum DeployAccountTransactionRequest {
V1(DeployAccountV1Transaction),
V3(DeployAccountV3Transaction),
}Variants§
Trait Implementations§
Source§impl Debug for DeployAccountTransaction
impl Debug for DeployAccountTransaction
Source§impl From<BroadcastedDeployAccountTransactionV3> for DeployAccountTransaction
impl From<BroadcastedDeployAccountTransactionV3> for DeployAccountTransaction
Source§fn from(
value: BroadcastedDeployAccountTransactionV3,
) -> DeployAccountTransaction
fn from( value: BroadcastedDeployAccountTransactionV3, ) -> DeployAccountTransaction
Converts to this type from the input type.
Source§impl Serialize for DeployAccountTransaction
impl Serialize for DeployAccountTransaction
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for DeployAccountTransaction
impl RefUnwindSafe for DeployAccountTransaction
impl Send for DeployAccountTransaction
impl Sync for DeployAccountTransaction
impl Unpin for DeployAccountTransaction
impl UnwindSafe for DeployAccountTransaction
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