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