From the basic understanding of bitcoin,
it involves a locking script and an redeem script( a owner of particular pubkey can unlock with his priv key if he produces a valid signature)
My question/thought is:
Can it be possible to have a Blockchain ledger with public key as the commodity(with locking and unlocking script)
This way i can transfer ownershuip a Public Key A using it's priv. key A to the owner of Pubkey B. So the Privkey B owner is also the owner of PubKey A.
i was thinking like this because it can make Bitcoin more anonymous.However i have no technical knowledge and would like to see if my analysis/thinking is wrong.
Thanks!