@yoroi/claim
Version:
The Claim (proof-of-onboarding) package of Yoroi SDK
31 lines • 1.05 kB
TypeScript
export declare const claimFaucetResponses: {
readonly claimTokens: {
readonly success: {
readonly accepted: {
readonly status: "accepted";
readonly lovelaces: "2000000";
readonly tokens: {
readonly [x: string]: "44" | "410";
};
readonly queue_position: 100;
};
readonly queued: {
readonly lovelaces: "2000000";
readonly tokens: {
readonly [x: string]: "44" | "410";
};
readonly status: "queued";
readonly queue_position: 1;
};
readonly claimed: {
readonly lovelaces: "2000000";
readonly tokens: {
readonly [x: string]: "44" | "410";
};
readonly status: "claimed";
readonly tx_hash: "tx_hash";
};
};
};
};
//# sourceMappingURL=api-faucet.mocks.d.ts.map