EthereumCreator
@objc
public class EthereumCreator : NSObject
                Obtain EthereumOperator object
- 
                  
                  
Obtain the default EthereumOperator object
Declaration
Swift
@objc public class func createOperator(attachedView: UIView) -> EthereumOperatorParameters
attachedViewthe view in the view heirarchy that to hold the EthereumOpeator, any UIView object that capable to add subview is ok, this doesn’t change the layout of the attached view
Return Value
default EthereunOperator object
 
        EthereumCreator Class Reference