Docs
Tutorial
Blog
Reference
GitHub
UserAccountID
Interface
Uniquely
identifies
a
UserAccount
by
its
address
and
the
network
its
used
on
.
export
interface
UserAccountID
{
readonly
network
:
NetworkType
;
readonly
address
:
AddressString
;
}
Properties
network
NetworkType
Network
that
this
address
is
used
on
.
address
AddressString
The
NEO
address
.
PACKAGES
@neo-one/client
@neo-one/smart-contract
DOCS
Installation
Main Concepts
Advanced Guides
API Reference
Contributing
CHANNELS
GitHub
Stack Overflow
Discord Chat
Twitter
YouTube
MORE
Tutorial
Blog
COPYRIGHT © 2021 NEO•ONE