mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
package
This commit is contained in:
parent
6906310939
commit
73ce2f0fca
@ -181,6 +181,8 @@ def transform(events: dict):
|
||||
|
||||
{% macro create_udf_base58() %}
|
||||
|
||||
import base58
|
||||
|
||||
def base58_decode_handler(input):
|
||||
if input is None:
|
||||
return None
|
||||
@ -189,5 +191,5 @@ def base58_decode_handler(input):
|
||||
return decoded_bytes.decode('utf-8')
|
||||
except Exception as e:
|
||||
return str(e)
|
||||
|
||||
|
||||
{% endmacro %}
|
||||
Loading…
Reference in New Issue
Block a user