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
Network that this address is used on.
address
The NEO address.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE