WrappedData

public protocol WrappedData : Equatable, XDRDecodable, XDREncodable

Protocol for fixed-size binary data wrappers used in XDR encoding.

WrappedData provides a type-safe way to handle fixed-size byte arrays in Stellar’s XDR protocol. Common sizes include 4, 12, and 32 bytes for various key types and hashes.