Module iota_types::storage
source · Modules§
Structs§
- A
BackingPackageStore
that resolves packages from a backing store, but also includes any packages that were published in the current transaction execution. This can be used to resolve Move modules right after transaction execution, but newly published packages have not yet been committed to the backing store on a fullnode.
Enums§
- DeleteKind together with the old sequence number prior to the deletion, if available. For normal deletion and wrap, we always will consult the object store to obtain the old sequence number. For UnwrapThenDelete however, we will not consult the object store, and hence won’t have the old sequence number.
- A potential input to a transaction.
Traits§
- An abstraction of the (possibly distributed) store for objects. This API only allows for the retrieval of objects, not any state changes
- Trait used to provide functionality to the REST API service.
- An abstraction of the (possibly distributed) store for objects, and (soon) events and transactions
Functions§
- Returns Ok(<package object for each package id in
package_ids
>) if all package IDs inpackage_id
were found. If any package inpackage_ids
was not found it returns a list of any package ids that are unable to be found>). - Fetch the
ObjectKey
s (IDs and versions) for non-shared input objects. Includes owned, and immutable objects as well as the gas objects, but not move packages or shared objects.