Payload
public struct Payload : FlowEntity, Codable
Undocumented
-
Declaration
Swift
public var data: Data
-
Undocumented
-
Undocumented
Declaration
Swift
public init(data: Data)
-
Undocumented
Declaration
Swift
public init(bytes: [UInt8])
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public func decode() -> Any?
-
Undocumented
Declaration
Swift
public func decode<T>(_: T.Type) throws -> T where T : Decodable
-
Undocumented
Declaration
Swift
public func decode<T>() throws -> T where T : Decodable