Struct multiversx_sc_snippets::InteractorResult
source · pub struct InteractorResult<T: TopDecodeMulti> {
pub scrs: Vec<ApiSmartContractResult>,
pub logs: Option<ApiLogs>,
/* private fields */
}
Fields§
§scrs: Vec<ApiSmartContractResult>
§logs: Option<ApiLogs>
Implementations§
source§impl<T: TopDecodeMulti> InteractorResult<T>
impl<T: TopDecodeMulti> InteractorResult<T>
pub fn new(tx: TransactionOnNetwork) -> Self
pub fn value(&self) -> T
pub fn find_log(&self, log_identifier: &str) -> Option<&Events>
pub fn new_deployed_address(&self) -> Address
pub fn issue_non_fungible_new_token_identifier(&self) -> String
Auto Trait Implementations§
impl<T> CodecFromSelf for InteractorResult<T>where T: CodecFromSelf,
impl<T> RefUnwindSafe for InteractorResult<T>where T: RefUnwindSafe,
impl<T> Send for InteractorResult<T>where T: Send,
impl<T> Sync for InteractorResult<T>where T: Sync,
impl<T> Unpin for InteractorResult<T>where T: Unpin,
impl<T> UnwindSafe for InteractorResult<T>where T: UnwindSafe,
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