[][src]Module solana_libra_types::identifier

An identifier is the name of an entity (module, resource, function, etc) in Move.

Among other things, identifiers are used to:

  • specify keys for lookups in storage
  • do cross-module lookups while executing transactions

Structs

IdentStr

A borrowed identifier.

Identifier

An owned identifier.