pub struct InvokeFunctionV1TransactionRequest {
pub sender_address: Felt,
pub calldata: Vec<Felt>,
pub signature: Vec<Felt>,
pub max_fee: Felt,
pub nonce: Felt,
pub is_query: bool,
}Fields§
§sender_address: Felt§calldata: Vec<Felt>§signature: Vec<Felt>§max_fee: Felt§nonce: Felt§is_query: boolTrait Implementations§
Source§impl Debug for InvokeFunctionV1Transaction
impl Debug for InvokeFunctionV1Transaction
Source§impl Serialize for InvokeFunctionV1Transaction
impl Serialize for InvokeFunctionV1Transaction
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 InvokeFunctionV1Transaction
impl RefUnwindSafe for InvokeFunctionV1Transaction
impl Send for InvokeFunctionV1Transaction
impl Sync for InvokeFunctionV1Transaction
impl Unpin for InvokeFunctionV1Transaction
impl UnwindSafe for InvokeFunctionV1Transaction
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