Skip to main content

get_function_response

Function get_function_response 

Source
pub fn get_function_response(
    package: &MovePackage,
    module_name: &str,
    function_name: &str,
) -> Result<GetFunctionResponse>
Expand description

Build a GetFunction response from an already-loaded package. Shared with other implementors of MovePackageService (e.g. sui-kv-rpc) that load packages from a different backend.