Starknet Byte Array
data class StarknetByteArray(val data: List<Felt>, val pendingWord: Felt, val pendingWordLen: Int) : ConvertibleToCalldata
Represents a ByteArray struct from Cairo.
The ByteArray struct is used to represent a string in Cairo.
Parameters
data
The list of 31-byte chunks of the byte array
pending Word
The last chunk of the byte array, which consists of at most 30 bytes
pending Word Len
The number of bytes in pendingWord