Reference / Modules / node-api / OtherAccountId
Class: OtherAccountId
node-api.OtherAccountId
Implements
Table of contents
Constructors
Properties
Accessors
Methods
Constructors
constructor
• new OtherAccountId(accountId
): OtherAccountId
Parameters
Name | Type |
---|---|
accountId | ValidAccountId |
Returns
Defined in
Properties
validAccountId
• Private
validAccountId: ValidAccountId
Defined in
Accessors
address
• get
address(): string
Returns
string
Implementation of
Defined in
type
• get
type(): AccountType
Returns
Implementation of
Defined in
Methods
equals
▸ equals(other?
): boolean
Parameters
Name | Type |
---|---|
other? | null | AccountId |
Returns
boolean
Defined in
toKey
▸ toKey(): string
Returns
string
Defined in
toValidAccountId
▸ toValidAccountId(): ValidAccountId