AccountCountByAccountID

AccountCountByAccountID

new AccountCountByAccountID()

Version:
  • 1.0

The AccountCountByAccountID model module.

Members

accountId :String

KAS account ID

Type:
  • String

count :Number

The number of Klaytn 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. Total count of Klaytn account and key owned by an KAS account

Parameters:
Name Type Description
accountId String

KAS account ID

count Number

The number of Klaytn account

Members

accountId :String

KAS account ID

Type:
  • String

count :Number

The number of Klaytn 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