UNPKG
@zapjs/eos-registry
Version:
latest (1.0.4)
1.0.4
1.0.2
1.0.0
Interface for registry functions in eos blockchain
github.com/smartum-ks/eos-sdk
smartum-ks/eos-sdk
@zapjs/eos-registry
/
out
/
index.d.ts
4 lines
(3 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
import
{
Registry
as
EosRegistry
}
from
"./registry"
;
export
declare
const
Regsitry
:
typeof
EosRegistry
;
export
declare
type
Regsitry
=
EosRegistry
;