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