Structs§
Enums§
- An enum holding either an account address or a move package information. The Move Package data is used to resolve the origin id for a typetag, in the
PTBBuilder
.
Functions§
- Convert a vector of shell tokens into a single string, with each shell token separated by a space with each command starting on a new line. NB: we add a space to the end of the source string to ensure that for unexpected EOF errors we have a location to point to.