Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

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 {
signature: OpenMoveTypeSignature!
repr: String!
}

Fields

OpenMoveType.signature ● OpenMoveTypeSignature! non-null scalar

Structured representation of the type signature.

OpenMoveType.repr ● String! non-null scalar

Flat representation of the type signature, as a displayable string.

Member Of

MoveField object ● MoveFunction object