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