UNPKG
@argent/x-sessions
Version:
beta (7.0.0-beta.5)
latest (8.0.1)
mobile (6.4.0)
next (9.0.4)
webwallet (6.2.0)
9.0.4
9.0.4-next.1
9.0.3
9.0.2
9.0.1
9.0.0
8.0.1
8.0.0
7.0.0
7.0.0-beta.5
7.0.0-beta.4
7.0.0-beta.3
7.0.0-beta.2
7.0.0-beta.1
6.7.10
6.7.9
6.7.8
6.7.7
6.7.6
6.7.5
6.7.4
6.7.3
6.7.2
6.7.1
6.7.0
6.6.3
6.6.2
6.6.1
6.6.0
6.5.5
6.5.4
6.5.3
6.5.2
6.5.1
6.5.0
6.4.0
6.3.1
6.3.0
6.2.0
6.0.2
6.0.1
6.0.0
5.3.21
5.3.20
5.3.17
5.3.16
5.3.15
5.3.14
5.3.13
5.3.12
5.3.11
5.3.6
5.3.4
5.3.1
5.3.0
5.2.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.12
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.3
5.0.2
5.0.1
4.8.8
4.8.7
4.8.6
4.8.5
4.8.4
4.8.4-noble.0
4.8.3
4.8.2
4.8.1
4.8.0
1.0.0
Manage sessions for Argent X wallets
github.com/argentlabs/x-sessions
argentlabs/x-sessions
@argent/x-sessions
/
dist
/
main.d.ts
5 lines
(4 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./utils'
;
export
type
*
from
'./session.types'
;
export
{ signOutsideExecution, createOutsideExecutionCall, createOutsideExecutionTypedData, buildOutsideExecution, }
from
'./outsideExecution'
;
export
{
type
SignSessionError
}
from
'./errors'
;