UNPKG
@saberhq/sail
Version:
latest (4.1.0)
4.1.0
4.0.2
4.0.1
4.0.0
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.0
3.2.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.9.9
2.9.8
2.9.7
2.9.6
2.9.5
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0
2.8.0
2.7.2
2.7.1
2.7.0
2.6.6
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.13
2.4.12
2.4.11
2.4.10
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.0
Account caching and batched loading for React-based Solana applications.
sail.saber.so
saber-hq/sail
@saberhq/sail
/
dist
/
cjs
/
hooks
/
useAccountData.d.ts
7 lines
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
PublicKey
}
from
"@solana/web3.js"
;
import
type
{
AccountDatum
}
from
"../types"
;
export
declare
const
useAccountData
:
(
key
?:
PublicKey
|
null
) =>
{
loading
:
boolean
;
data
:
AccountDatum
; };
//# sourceMappingURL=useAccountData.d.ts.map