# Functions
ExtractString will return the string value after extracting the length of the string from the buffer.
ExtractUint32 will return the int value after extracting 4 bytes from the buffer.
ExtractUint64 will return the uint64 value after extracting 8 bytes from the buffer.
# Structs
CallData defines the struct holding SC call data parameters.
MultiversxCodec defines the codec operations to be used for MultiversX contracts.
ProxySCCompleteCallData defines the struct holding Proxy SC complete call data.