UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
products
/
zillion
/
src
/
saga
/
selectors.ts
6 lines
(5 loc)
•
270 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
RootState
}
from
"../store/store"
// for saga to read from store
export
const
getBlockchain
= (
state: RootState
) => state.
blockchain
export
const
getUserState
= (
state: RootState
) => state.
user
export
const
getStakingState
= (
state: RootState
) => state.
staking