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