JSONRPCResponseDecoder - p2p-org/solana-swift GitHub Wiki

JSONRPCResponseDecoder

public class JSONRPCResponseDecoder<Entity: Decodable> 

Methods

decode(with:)

public func decode(with data: Data) throws -> Entity