UNPKG

@yoroi/claim

Version:

The Claim (proof-of-onboarding) package of Yoroi SDK

16 lines (14 loc) 423 B
/** * Flowtype definitions for errors * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { Claim } from "@yoroi/types"; declare export var claimApiErrors: [ typeof Claim.Api.Errors.InvalidRequest, typeof Claim.Api.Errors.NotFound, typeof Claim.Api.Errors.AlreadyClaimed, typeof Claim.Api.Errors.Expired, typeof Claim.Api.Errors.TooEarly, typeof Claim.Api.Errors.RateLimited ];