Skip to content

getPublicKey

getPublicKey(privateKey, network, type): IAccount

Defined in: packages/iso-filecoin/src/wallet.js:181

Get public key from private key

ParameterType
privateKeyUint8Array<ArrayBufferLike>
networkNetwork
type"SECP256K1" | "BLS"

IAccount