klay_encodeAccountKey
Encodes an account key using the Recursive Length Prefix (RLP) encoding scheme.
Parameters
Name
Type
Description
keytype
QUANTITY
Integer value indicating account key type. For the value of each account key type, see Klaytn Docs.
key
JSON DATA
Account key object
Return Value
Type
Description
DATA
RLP encoded account key
Example
Last updated