ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Create a reverse lookup syscall

Open rllola opened this issue 2 years ago • 1 comments

The reverse lookup syscall would allow to get a Robust Address from an ActorID.

rllola avatar Jun 29 '22 19:06 rllola

We can easily go from an ID to an account address by calling pubkey_address on the account actor in question. However, we can't easily go from any other actor type to the f2 address because the mapping doesn't exist (as far as I know?).

Stebalien avatar Jun 29 '22 19:06 Stebalien