SkaleManagerClient

onlySchainOwner onlySchainOwner(string schainName) modifier

Modifier for checking whether caller is owner of SKALE chain.

onlySchainOwnerByHash onlySchainOwnerByHash(bytes32 schainHash) modifier

Modifier for checking whether caller is owner of SKALE chain.

initialize initialize(contract IContractManager newContractManagerOfSkaleManager) public

initialize - sets current address of ContractManager of SkaleManager.

isSchainOwner isSchainOwner(address sender, bytes32 schainHash) → bool public

Checks whether sender is owner of SKALE chain

isAgentAuthorized isAgentAuthorized(bytes32 schainHash, address sender) → bool public

_schainHash _schainHash(string schainName) → bytes32 internal