/** * Module errors. * * @module */ /** Must be the owner of the mint wrapper. */ export declare const ENOT_OWNER: { readonly code: 1; readonly name: "ENOT_OWNER"; readonly doc: "Must be the owner of the mint wrapper."; }; /** You do not have the minter privilege for this mint wrapper. */ export declare const ENOT_MINTER: { readonly code: 2; readonly name: "ENOT_MINTER"; readonly doc: "You do not have the minter privilege for this mint wrapper."; }; /** Allowance exceeded. */ export declare const EINSUFFICIENT_ALLOWANCE: { readonly code: 3; readonly name: "EINSUFFICIENT_ALLOWANCE"; readonly doc: "Allowance exceeded."; }; //# sourceMappingURL=errors.d.ts.map