Trait multiversx_sc::api::CallTypeApi

source ·
pub trait CallTypeApi: SendApi + ManagedTypeApi + StorageWriteApi + ErrorApi { }
Expand description

Provided for convenience. Designed to be used in any types that send tokens or calls.

Object Safety§

This trait is not object safe.

Implementors§