UNPKG
@stratosphere-network/core
Version:
latest (2.0.0)
2.0.0
Core StratoSphere SDK functionality
@stratosphere-network/core
/
dist
/
index.d.ts
8 lines
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
Sphere
, {
SphereConfig
}
from
"@stratosphere-network/wallet"
;
export
declare
class
StratoSphere
{
private
wallet;
setupWallet
(
config
:
SphereConfig
):
void
;
hasWallet
():
boolean
;
getWallet
():
Sphere
|
null
; }
//# sourceMappingURL=index.d.ts.map