/** * Module errors. * * @module */ /** Account does not have mint capability */ export declare const ENO_CAPABILITIES: { readonly code: 1; readonly name: "ENO_CAPABILITIES"; readonly doc: "Account does not have mint capability"; }; /** Mint capability has already been delegated to this specified address */ export declare const EALREADY_DELEGATED: { readonly code: 2; readonly name: "EALREADY_DELEGATED"; readonly doc: "Mint capability has already been delegated to this specified address"; }; /** Cannot find delegation of mint capability to this account */ export declare const EDELEGATION_NOT_FOUND: { readonly code: 3; readonly name: "EDELEGATION_NOT_FOUND"; readonly doc: "Cannot find delegation of mint capability to this account"; }; //# sourceMappingURL=errors.d.ts.map