pub struct DeployAccountV1TransactionRequest {
pub class_hash: Felt,
pub contract_address_salt: Felt,
pub constructor_calldata: Vec<Felt>,
pub max_fee: Felt,
pub signature: Vec<Felt>,
pub nonce: Felt,
pub is_query: bool,
}Fields§
§class_hash: Felt§contract_address_salt: Felt§constructor_calldata: Vec<Felt>§max_fee: Felt§signature: Vec<Felt>§nonce: Felt§is_query: boolTrait Implementations§
Source§impl Debug for DeployAccountV1Transaction
impl Debug for DeployAccountV1Transaction
Source§impl Serialize for DeployAccountV1Transaction
impl Serialize for DeployAccountV1Transaction
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 DeployAccountV1Transaction
impl RefUnwindSafe for DeployAccountV1Transaction
impl Send for DeployAccountV1Transaction
impl Sync for DeployAccountV1Transaction
impl Unpin for DeployAccountV1Transaction
impl UnwindSafe for DeployAccountV1Transaction
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