UNPKG
stratis-strapjs
Version:
latest (0.0.1-alpha)
0.0.1-alpha
Library for interacting with Stratis smart contracts.
github.com/stratisproject/StrapJS
stratis-strapjs
/
build
/
src
/
index.d.ts
3 lines
(2 loc)
•
88 B
TypeScript
View Raw
1
2
3
export
{
Contract
}
from
'./Contract'
;
export
{
HttpProvider
}
from
'./HttpProvider'
;