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