Trait dharitri_wasm::api::SendApi
source · pub trait SendApi: ManagedTypeApi + BlockchainApi {
type SendApiImpl: SendApiImpl;
// Required method
fn send_api_impl() -> Self::SendApiImpl;
}Required Associated Types§
type SendApiImpl: SendApiImpl
Required Methods§
fn send_api_impl() -> Self::SendApiImpl
Object Safety§
This trait is not object safe.