SDK@coinweb/contract-kitfunctionsFunction: base64ToUint8()On this pageFunction: base64ToUint8() function base64ToUint8(base64): Uint8Array; Converts a Base64 string to a Uint8Array. Parameters • base64: string The Base64 string to convert. Returns Uint8Array The Uint8Array representation of the Base64 string.