OpenMoveType
Represents types that could contain references or free type parameters. Such types can appear as function parameters, in fields of structs, or as actual type parameter.
type OpenMoveType {
repr: String!
signature: OpenMoveTypeSignature!
}
Fields
OpenMoveType.repr
● String!
non-null scalar
Flat representation of the type signature, as a displayable string.
OpenMoveType.signature
● OpenMoveTypeSignature!
non-null scalar
Structured representation of the type signature.
Member Of
MoveField
object ● MoveFunction
object