LinkSession
Last updated
Last updated
Type describing a anchorLink session that can create a eosjs compatible signature provider and transact for a specific auth.
The underlying anchorLink instance used by the session.
App identifier that owns the session.
The public key the session can sign for.
The EOSIO auth (a.k.a. permission level) the session can sign for.
Arbitrary metadata that will be serialized with the session.
Creates a eosjs compatible signature provider that can sign for the session public key.
Transact using this session. See [[AnchorLink.transact]].
Returns a JSON-encodable object that can be used recreate the session.
Convenience, remove this session from associated [[AnchorLink]] storage if set. Equivalent to:
Restore a previously serialized session.
public abstract
The underlying anchorLink instance used by the session.
public abstract string
App identifier that owns the session.
The public key the session can sign for.
The EOSIO auth (a.k.a. permission level) the session can sign for.
Arbitrary metadata that will be serialized with the session.
Creates a eosjs compatible signature provider that can sign for the session public key.
Transact using this session. See [[AnchorLink.transact]].
Returns a JSON-encodable object that can be used recreate the session.
Convenience, remove this session from associated [[AnchorLink]] storage if set. Equivalent to:
Restore a previously serialized session.
public abstract
public abstract string
public abstract string
public abstract EosSharp.Core.Api.v1.PermissionLevel
public abstract Dictionary< string, object >
public abstract LinkSignatureProvider
()
public abstract Task<
>
(
args,
options)
public abstract
()
public async Task
()
public static
(
anchorLink,
data)
public abstract string
public abstract EosSharp.Core.Api.v1.PermissionLevel
public abstract Dictionary< string, object >
public abstract LinkSignatureProvider
()
public abstract Task<
>
(
args,
options)
public abstract
()
public async Task
()
public static
(
anchorLink,
data)