@myria/airdrop-js
Version:
Airdrop in L1 with claim based approach
15 lines (14 loc) • 500 B
TypeScript
/**
* Predefined error message in our sdk to let client can handle accordingly
* */
export declare const ALREADY_SUBMITTED_SKIP_TRANSACTION: {
readonly errorCode: 1;
readonly errorMessage: "Already submitted on-chain. Skip this transaction to save your cost";
};
/**
* Default Generic error message not defined yet
* */
export declare const GENERIC_ERROR: {
readonly errorCode: 100;
readonly errorMessage: "Already submitted on-chain. Skip this transaction to save your cost";
};