Struct starknet_accounts::RawDeclaration
source · pub struct RawDeclaration { /* private fields */ }Expand description
Declaration but with nonce and max_fee already determined.
Implementations§
source§impl RawDeclaration
impl RawDeclaration
pub fn transaction_hash( &self, chain_id: FieldElement, address: FieldElement, query_only: bool ) -> FieldElement
pub fn contract_class(&self) -> &FlattenedSierraClass
pub fn compiled_class_hash(&self) -> FieldElement
pub fn nonce(&self) -> FieldElement
pub fn max_fee(&self) -> FieldElement
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RawDeclaration
impl Send for RawDeclaration
impl Sync for RawDeclaration
impl Unpin for RawDeclaration
impl UnwindSafe for RawDeclaration
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