Flow

public final class Flow

The namespace and class for Flow Singleton class to make the class more accessible in global scope Please use flow to access to its singleton entity.

  • Singleton object for Flow class

    Declaration

    Swift

    public static let shared: Flow
  • The chainID for the SDK environment, it be be changed by config func. The default value is .mainnet.

    Declaration

    Swift

    public private(set) var chainID: Flow.ChainID { get }
  • The access API client

    Declaration

    Swift

    public private(set) var accessAPI: AccessAPI { get }

AccessAPI