AnchorLinkSharp
Summary
enum LinkErrorCode
class AnchorLink
Main class
class CancelException
Error that is thrown if a [[LinkTransport]] cancels a request.
class ChannelInfo
class Defaults
class IdentifyResult
The result of a [[AnchorLink.identify]] call.
class IdentityException
Error that is thrown if an identity request fails to verify.
class LinkAbiData
class LinkCallback
class LinkChannelSession
AnchorLink session that pushes requests over a channel.
class LinkChannelSessionData
class LinkConstants
class LinkCreate
class LinkException
Error codes. Accessible using the code property on errors thrown by [[AnchorLink]] and [[LinkSession]].
class LinkFallbackSession
AnchorLink session that sends every request over the transport.
class LinkFallbackSessionData
class LinkInfo
class LinkOptions
class LinkSession
Type describing a anchorLink session that can create a eosjs compatible signature provider and transact for a specific auth.
class LinkSessionDataBase
class LinkSessionDataConverter
class LinkSignatureProvider
class LinkUtils
class LoginResult
The result of a [[AnchorLink.login]] call.
class SealedMessage
class SerializedLinkSession
class SessionException
Error originating from a [[LinkSession]].
class TransactArgs
Payload accepted by the [[AnchorLink.transact]] method. Note that one of action, actions or transaction must be set.
class TransactOptions
Options for the [[AnchorLink.transact]] method.
class TransactResult
The result of a [[AnchorLink.transact]] call.
class WebSocketWrapper
interface ILinkOptions
Available options when creating a new [[AnchorLink]] instance.
interface ILinkStorage
Interface storage adapters should implement.
interface ILinkTransport
Protocol anchorLink transports need to implement. A transport is responsible for getting the request to the user, e.g. by opening request URIs or displaying QR codes.
Members
enum LinkErrorCode
Last updated