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