AccountCountByAccountID

AccountCountByAccountID

new AccountCountByAccountID()

Version:
  • 1.0

The AccountCountByAccountID model module.

Members

accountId :String

KAS account ID

Type:
  • String

count :Number

Number of Klaytn accounts and keys on the KAS account

Type:
  • Number

Methods

(static) constructFromObject(data, obj) → {AccountCountByAccountID}

Constructs a AccountCountByAccountID from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj AccountCountByAccountID

Optional instance to populate.

Returns:

The populated AccountCountByAccountID instance.

Type
AccountCountByAccountID

AccountCountByAccountID

new AccountCountByAccountID(accountId, count)

Constructs a new AccountCountByAccountID. Number of Klaytn accounts and keys on the KAS account

Parameters:
Name Type Description
accountId String

KAS account ID

count Number

Number of Klaytn accounts and keys on the KAS account

Members

accountId :String

KAS account ID

Type:
  • String

count :Number

Number of Klaytn accounts and keys on the KAS account

Type:
  • Number

Methods

(static) constructFromObject(data, obj) → {AccountCountByAccountID}

Constructs a AccountCountByAccountID from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj AccountCountByAccountID

Optional instance to populate.

Returns:

The populated AccountCountByAccountID instance.

Type
AccountCountByAccountID