Sub-components of Klaytn JavaScript SDKs.
For dApp developers and blockchain users, use the SDKs like @klaytn/ethers-ext and @klaytn/web3js-ext.
-
FieldSetFactory
to easily build custom RLP-encodable types -
AccountKeyFactory
for Klaytn account objects -
KlaytnTxFactory
for Klaytn transaction objects -
AccountKeyType
andTxType
enums -
getRpcTxObject
to normalizeeth_call
RPC parameters -
getCompressedPublicKey
andgetSignatureTuple
to normalize cryptographic data -
splitKeystoreKIP3
for handling KIP-3 JSON keystore -
formatKlay
andparseKlay
to convert KLAY denominations -
asyncOpenApi
to promisify @klaytn/web3rpc methods
npm install --save @klaytn/js-ext-core
See test.