Lua:getNameFromAddress
Revision as of 00:00, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved getNameFromAddress to Lua:getNameFromAddress)
function getNameFromAddress(address) : string
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 |