I have a xpub(extended public key) right now,and I want use this xpub to generate a polkadot address. so in my wallet I can use this address receive dot coin.
function xpubToDotAddress(xpub){
...logic here;
return address;
}
I have a xpub(extended public key) right now,and I want use this xpub to generate a polkadot address. so in my wallet I can use this address receive dot coin.
function xpubToDotAddress(xpub){
...logic here;
return address;
}