-
A PromiseKit Resolver for resolving promises with an
EosioResult
. Useful for wrapping (with promises) methods that take callbacks that get called with anEosioResult
.Declaration
Swift
func resolve(_ result: EosioResult<T, EosioError>)
Parameters
result
The
EosioResult
.