WrappedData32
public struct WrappedData32 : WrappedData, Equatable, Sendable
Fixed-size 32-byte data wrapper.
Used for 256-bit hashes, public keys, and other 32-byte values in Stellar protocol. Examples: SHA-256 hashes, Ed25519 public keys, transaction hashes.
-
Declaration
Swift
public static let capacity: Int -
Declaration
Swift
public var wrapped: Data -
Declaration
Swift
public init()
View on GitHub
Install in Dash