new AccountRegistration()
- Version:
- 1.0
The AccountRegistration model module.
Members
keyId :String
Key ID which is create in KMS(Key Management System)
Type:
- String
address :String
Klaytn address
Type:
- String
rlp :String
RLP value. If RLP value is received, account update is executed using the value
Type:
- String
Methods
(static) constructFromObject(data, obj) → {AccountRegistration}
Constructs a AccountRegistration
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 |
AccountRegistration | Optional instance to populate. |
Returns:
The populated AccountRegistration
instance.
- Type
- AccountRegistration