pub struct ScCallDenali { /* private fields */ }Implementations§
source§impl ScCallDenali
impl ScCallDenali
pub fn new(from: &Address, to: &Address, function: &str) -> Self
pub fn add_moax_value(&mut self, moax_value: &BigUint)
pub fn add_dct_transfer( &mut self, token_id: &[u8], nonce: u64, dct_value: &BigUint )
pub fn add_argument<T: TopEncode>(&mut self, arg: &T)
pub fn set_gas_limit(&mut self, gas_limit: u64)
pub fn set_gas_price(&mut self, gas_price: u64)
Auto Trait Implementations§
impl CodecFromSelf for ScCallDenali
impl RefUnwindSafe for ScCallDenali
impl Send for ScCallDenali
impl Sync for ScCallDenali
impl Unpin for ScCallDenali
impl UnwindSafe for ScCallDenali
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