AccountCountByKRN

AccountCountByKRN

new AccountCountByKRN()

Version:
  • 1.0

The AccountCountByKRN model module.

Members

accountId :String

KAS account ID

Type:
  • String

count :Number

Number of Klaytn accounts on a certain account repository

Type:
  • Number

krn :String

KAS KRN(Name of account repository)

Type:
  • String

Methods

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

Constructs a AccountCountByKRN 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 AccountCountByKRN

Optional instance to populate.

Returns:

The populated AccountCountByKRN instance.

Type
AccountCountByKRN

AccountCountByKRN

new AccountCountByKRN(accountId, count, krn)

Constructs a new AccountCountByKRN. Number of Klaytn accounts on the KAS account

Parameters:
Name Type Description
accountId String

KAS account ID

count Number

Number of Klaytn accounts on a certain account repository

krn String

KAS KRN(Name of account repository)

Members

accountId :String

KAS account ID

Type:
  • String

count :Number

Number of Klaytn accounts on a certain account repository

Type:
  • Number

krn :String

KAS KRN(Name of account repository)

Type:
  • String

Methods

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

Constructs a AccountCountByKRN 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 AccountCountByKRN

Optional instance to populate.

Returns:

The populated AccountCountByKRN instance.

Type
AccountCountByKRN