ISCUtil
ISCUtil
Functions of the ISC Magic Contract not directly related to the ISC sandbox
hn
function hn(string s) external pure returns (ISCHname)
Get an ISC contract's hname given its instance name
Converts a string instance name to its corresponding ISC hname.
Parameters
Name | Type | Description |
---|---|---|
s | string | The instance name of the ISC contract. |
Return Values
Name | Type | Description |
---|---|---|
[0] | ISCHname | The ISCHname corresponding to the given instance name. |
print
function print(string s) external pure
Print something to the console (will only work when debugging contracts with Solo)
Prints the given string to the console for debugging purposes.
Parameters
Name | Type | Description |
---|---|---|
s | string | The string to print to the console. |
__iscUtil
contract ISCUtil __iscUtil