AccountCountByKRN

AccountCountByKRN

new AccountCountByKRN()

Version:
  • 1.0

The AccountCountByKRN model module.

Members

accountId :String

KAS account ID

Type:
  • String

count :Number

The number of Klaytn account from certain account pool

Type:
  • Number

krn :String

KAS KRN(acccount pool name)

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. The number of Klaytn account in a KRN

Parameters:
Name Type Description
accountId String

KAS account ID

count Number

The number of Klaytn account from certain account pool

krn String

KAS KRN(acccount pool name)

Members

accountId :String

KAS account ID

Type:
  • String

count :Number

The number of Klaytn account from certain account pool

Type:
  • Number

krn :String

KAS KRN(acccount pool name)

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