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.
pub trait CallTypeApi:
SendApi
+ ManagedTypeApi
+ StorageWriteApi
+ ErrorApi { }Provided for convenience. Designed to be used in any types that send tokens or calls.