Matt

Results 3 issues of Matt

### Description Probably needs its own repo at this point, but there are two big things here: 1. ABI Code Gen 2. New transaction builder flow with classes ### ABI...

### Description Adding tests for view function inputs and outputs ### Test Plan Unit tests in `transactionArguments.test.ts`

## Description Private view functions, e.g. a function like the following: ```rust #[view] fun hidden_from_abis(): u64 { 0 } ``` are callable off-chain the same way private entry functions are....