sui_v1.20.0_1709049146_ci
## Description Add a function to the package resolver to infer types and layouts for pure transaction inputs, for use by the indexer to generate output for transaction blocks in JSON-RPC (and maybe eventually also GraphQL). ## Test Plan New unit tests: ``` sui-package-resolver$ cargo nextest run ``` ## Description Describe the changes or additions included in this PR. ## Stack - #16340