Result
public extension Result
public extension Result where Failure == KukaiError
-
Similar to
Result.get(), getError returns the failure case or throwsDeclaration
Swift
func getError() throws -> Failure
-
Similar to
Result.get(), getFailure returns the kukai-core-specificKukaiErrorcase or throwsDeclaration
Swift
func getFailure() -> Failure
Install in Dash