Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Is it possible to get the public key of a wallet (WalletContractV4) knowing only its address?

Is it possible to get the public key of a wallet (WalletContractV4) knowing only its address?

Votes Newest

Answers


If it's deployed on the blockchain, then yes. In this case you can use the get_public_key get method and retrieve it.

If it's not deployed on the blockchain, then no, since the address is a hash of code and data.

1
1
Posted one year ago
1K Views
2 Answers
one year ago
22 days ago
Tags