Base64
A base64-encoded string.
Definition
type Base64 = stringNotes
- Used for Wasm code (in
storeCode), raw storage keys/values, signatures, and serialized data. - Convert with
encodeBase64/decodeBase64from@left-curve/encoding. URL-safe variants exist asencodeBase64Url/decodeBase64Url.