package
0.0.2-migrate-evm
Repository: https://github.com/scalarorg/scalar-core.git
Documentation: pkg.go.dev
# Functions
FromErr returns a result with error.
FromOk returns a Result without error.
New wraps a (value, error) tuple in a Result.
Pipe only executes f if res.Err() is nil, returns the original error otherwise.
Try transforms the value of Result to the new type if OK, returns the original error otherwise.