Proxy Contracts
Finding the Underlying Contract
type proxy_storage = {
contract: address;
(* ... more fields outside of this interoperability spec *)
}storage (pair
(address %contract)
(
# ... more fields outside of this interoperability spec
)
);Last updated