Skip to main content

Type Alias: MoveStruct

type MoveStruct = 
| MoveValue[]
| {
fields: {
[key: string]: MoveValue;
};
type: string;
}
| {
[key: string]: MoveValue;
};