myState, fromParam, and contractInfoParam to default to {} which is truthy. Causing contractInfo, latestState, and from to be set to empty objects by default causing the function to fail.
https://github.com/ArweaveTeam/SmartWeave/blob/master/src/contract-interact.ts#L66-L72