ChainID or esr chain name alias for which the link is valid.
Chain configurations to support. For example for a link that can login and transact on EOS and WAX:
[
{
chainId: 'aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906',
nodeUrl: 'https://eos.greymass.com',
},
{
chainId: '1064487b3cd1a897ce03ae5b6a865651747e2e152090f99c1d19d44e01aea5a4',
nodeUrl: 'https://wax.greymass.com',
},
]
URL to EOSIO node to communicate with or a @greymass/eosio
APIClient instance.
Whether to encode the chain ids with the identity request that establishes a session. Only applicable when using multiple chain configurations, can be set to false to decrease QR code sizes when supporting many chains.
URL to callback forwarder service or an object implementing LinkCallbackService. See buoy-nodejs and (buoy-golang)[https://github.com/greymass/buoy-golang] for reference implementations.
Optional storage adapter that will be used to persist sessions. If not set will use the transport storage
if available, explicitly set this to null
to force no storage.
Link transport responsible for presenting signing requests to user.
Generated using TypeDoc
Available options when creating a new Link instance.