wharfkit / session

Create account-based sessions, perform transactions, and allow users to login using Antelope-based blockchains.
Other
10 stars 1 forks source link

Change the `chain` value on `RestoreArgs` to allow a `ChainDefinition` #71

Closed aaroncox closed 1 year ago

aaroncox commented 1 year ago

Currently it requires a Checksum256 type to specify which chain, but should also allow passing a ChainDefinition object.