Skip to main content

Module move_package_service

Module move_package_service 

Source

Modules§

conversions

Structs§

PageToken
Cursor for ListPackageVersions pagination. Public so other implementors of MovePackageService mint wire-compatible page tokens.

Functions§

get_datatype_response
Build a GetDatatype response from an already-loaded package. Shared with other implementors of MovePackageService (e.g. sui-kv-rpc) that load packages from a different backend.
get_function_response
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.
get_package_response
Build a GetPackage response from an already-loaded package. Shared with other implementors of MovePackageService (e.g. sui-kv-rpc) that load packages from a different backend.