Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.starknet.io/llms.txt

Use this file to discover all available pages before exploring further.

Prints a ByteArray as a string.

Signature

pub fn print_byte_array_as_string(self: ByteArray)

Examples

let ba: ByteArray = "123";
print_byte_array_as_string(@ba);