Closed roccomuso closed 5 years ago
The .address(...) method doesn't accepts a seed.
.address(...)
export const address = (keyOrSeed: KeyPair | PublicKey | string, chainId: string = 'W')
The README.md example is misleading:
//Mainnet address wc.address('seed') //3PGMh3vQekpTbvUAiKwdzhWsLaxoSBEcsFJ
My fault, it wants an obj for pubKey
The
.address(...)
method doesn't accepts a seed.The README.md example is misleading: