Lua:getNameFromAddress
Revision as of 02:40, 10 March 2017 by TheyCallMeTim13 (talk | contribs)
function getNameFromAddress(address)
Returns the symbolname for the given address. If no symbolname is found, it will return a hexadecimal string
Function Parameters
Parameter | Type | Description |
---|---|---|
address | CEAddressString | The address to convert to a string |