You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how i can get address of CKD account. I mean regular one for Etherum? You have only :
p2pkh=self.p2pkh_address(),
p2sh=self.p2sh_address(),
p2wpkh=self.p2wpkh_address(),
p2wpkh_in_p2sh=self.p2wpkh_in_p2sh_address(),
p2wsh=self.p2wsh_address(),
p2wsh_in_p2sh=self.p2wsh_in_p2sh_address()
, but don't have regular one. I miss something?
The text was updated successfully, but these errors were encountered:
how i can get address of CKD account. I mean regular one for Etherum? You have only :
p2pkh=self.p2pkh_address(),
p2sh=self.p2sh_address(),
p2wpkh=self.p2wpkh_address(),
p2wpkh_in_p2sh=self.p2wpkh_in_p2sh_address(),
p2wsh=self.p2wsh_address(),
p2wsh_in_p2sh=self.p2wsh_in_p2sh_address()
, but don't have regular one. I miss something?
The text was updated successfully, but these errors were encountered: