axelar-gmp-sdk-solidity

Solidity API

IUpgradable

InvalidCodeHash

error InvalidCodeHash()

InvalidImplementation

error InvalidImplementation()

SetupFailed

error SetupFailed()

Upgraded

event Upgraded(address newImplementation)

implementation

function implementation() external view returns (address)

upgrade

function upgrade(address newImplementation, bytes32 newImplementationCodeHash, bytes params) external