resolveImplementation
Resolve the implementation address of a proxy contract and its bytecode
Parameters
Returns
the implementation address and its bytecode
type ReturnType = Promise<{ address: string; bytecode: string }>;
Resolve the implementation address of a proxy contract and its bytecode
the implementation address and its bytecode
type ReturnType = Promise<{ address: string; bytecode: string }>;