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