Skip to main content

ownable_host_abi_v1

Macro ownable_host_abi_v1 

Source
macro_rules! ownable_host_abi_v1 {
    (
        instantiate = $instantiate:path,
        execute = $execute:path,
        query = $query:path,
        external_event = $external_event:path $(,)?
    ) => { ... };
}