Other Type Aliases
The following type aliases are available globally.
-
Represents a completion result callback
Declaration
Swift
public typealias CompletionResult<T> = (Result<T, GiniError>) -> Void
-
Undocumented
Declaration
Swift
public typealias PaymentRequests = [PaymentRequest]