aptos-labs / aptos-ts-sdk

An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
67 stars 37 forks source link

[api] Add viewJson as a way to migrate from the legacy SDK #432

Closed gregnazario closed 2 months ago

gregnazario commented 2 months ago

Description

This keeps the original behavior from the Legacy SDK but as a different function on the SDK.

Test Plan

See unit tests

Related Links