Classes
The following classes are available globally.
-
ConfigError is a Config specific error (subclass of IPFSError)
Declaration
Swift
public class ConfigError : IPFSError
-
Declaration
Swift
public class Config
-
IPFSError is a base error for IPFS Bridge module (subclass of NSError)
See moreDeclaration
Swift
public class IPFSError : NSError
-
IPFS is a class that wraps a go-ipfs node and its shell over UDS
See moreDeclaration
Swift
public class IPFS
-
Undocumented
Declaration
Swift
public class InputStreamFromGoError : IPFSError
-
Undocumented
See moreDeclaration
Swift
public class InputStreamFromGo : InputStream
-
Undocumented
See moreDeclaration
Swift
public class InputStreamToGo : NSObject, CoreReaderProtocol
-
NodeError is a Node specific error (subclass of IPFSError)
Declaration
Swift
public class NodeError : IPFSError
-
Declaration
Swift
public class Node
-
RepoError is a Repo specific error (subclass of IPFSError)
Declaration
Swift
public class RepoError : IPFSError
-
Declaration
Swift
public class Repo
-
RequestBuilderError is a RequestBuilder specific error (subclass of IPFSError)
Declaration
Swift
public class RequestBuilderError : IPFSError
-
RequestBuilder is an IPFS command request builder
See moreDeclaration
Swift
public class RequestBuilder
-
SockManagerError is a SockManger specific error (subclass of IPFSError)
Declaration
Swift
public class SockManagerError : IPFSError
-
SockManager is a class that wraps a golang
sockManager
objectShould not be used on its own
See moreDeclaration
Swift
public class SockManager