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 specifying expireSeconds in Kit, Session, and Transact

aaroncox opened this issue · comments

The expiration of the transaction should be configurable, and allowed in:

  • The SessionKit to set a default expiration value for all Session instances it spawns.
  • The Session to set a default for all transact calls it makes.
  • The .transact call on a Session to override all the defaults.