ECKeys constructor
const
ECKeys({})
Implementation
const ECKeys({
this.ecChainCode,
this.ecPrivateKey,
this.ecPublicKey,
this.ecSchnorrPublicKey,
this.ecP256PublicKey,
this.ecCompressedPublicKey,
this.extendedECPublicKey,
});