wharfkit / session

Create account-based sessions, perform transactions, and allow users to login using Antelope-based blockchains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow defining custom ABIs/Structs for use in a `transact` call.

aaroncox opened this issue · comments

The way Wharf transact calls currently work might always require loading the ABIs.

Core doesn't require this and allows for pre-defining structs/ABIs to prevent this API call, and Wharf should too.

Investigate what will be required for a session to perform transactions and preload this data, to prevent those calls from being required.