gillFunctions
base64BytesToAddress
function base64BytesToAddress(base64Bytes): Address;Takes a base64 encoded string of a byte array, parses, then asserts it as an Address
Parameters
| Parameter | Type |
|---|---|
base64Bytes | string |
Returns
Address
function base64BytesToAddress(base64Bytes): Address;Takes a base64 encoded string of a byte array, parses, then asserts it as an Address
| Parameter | Type |
|---|---|
base64Bytes | string |
Address