UNPKG
@decent-bet/vuex-solido
Version:
latest (1.0.0)
1.0.0
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
Vuex enhanced action for @decent-bet/solido
github.com/decent-bet/vuex-solido
decent-bet/vuex-solido
@decent-bet/vuex-solido
/
src
/
types.ts
17 lines
(14 loc)
•
299 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export
interface
SolidoLoadedPayload
{
success
:
boolean
;
name
:
string
;
error
?:
string
; }
export
interface
SolidoSetupPayload
{
success
:
boolean
;
error
?:
string
; }
export
interface
SolidoProviderConfig
{
connex
?:
any
;
thorify
?:
any
;
web3
?:
any
;
//
TODO:
implement
}