Skip to main content

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

NameType
accountIdValidAccountId

Returns

OtherAccountId

Defined in

Types.ts:382

Properties

validAccountId

Private validAccountId: ValidAccountId

Defined in

Types.ts:389

Accessors

address

get address(): string

Returns

string

Implementation of

AccountId.address

Defined in

Types.ts:391


type

get type(): AccountType

Returns

AccountType

Implementation of

AccountId.type

Defined in

Types.ts:395

Methods

equals

equals(other?): boolean

Parameters

NameType
other?null | AccountId

Returns

boolean

Defined in

Types.ts:407


toKey

toKey(): string

Returns

string

Defined in

Types.ts:399


toValidAccountId

toValidAccountId(): ValidAccountId

Returns

ValidAccountId

Defined in

Types.ts:403