Represents an IDL Empty, a type which has no inhabitants. Since no values exist for this type, it cannot be serialised or deserialised. Result types like Result<Text, Empty> should always succeed.
Result<Text, Empty>
Assert that JavaScript's x is the proper type represented by this Type.
x
Implement I in the IDL spec. Encode this type for the type table.
I
Generated using TypeDoc
Represents an IDL Empty, a type which has no inhabitants. Since no values exist for this type, it cannot be serialised or deserialised. Result types like
Result<Text, Empty>
should always succeed.