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
/
types
/
types.d.ts
6 lines
(5 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
Utils
from
"@zapjs/eos-utils"
;
export
declare
type
RegistryOptions
= {
account
:
Utils
.
Account
;
node
:
Utils
.
Node
; };