Type alias TypeArgument

TypeArgument: TypeTag | string

TypeArgument inputs for Entry functions, view functions, and scripts

This can be a string version of the type argument such as:

  • u8
  • u16
  • u32
  • u64
  • u128
  • u256
  • bool
  • address
  • signer
  • vector
  • address::module::struct
  • address::module::struct<Type1, Type2>