UpdateAccountNameOptions

Interface
Options for the UserAccountProvider#updateAccountName method.
export interface UpdateAccountNameOptions { 
  readonly id: UserAccountID; 
  readonly name: string; 
} 

Properties

id
UserAccountID
UserAccountID of the UserAccount to update.
name
string
New name of the UserAccount.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE