UNPKG

stellar-plus

Version:

beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain

8 lines (7 loc) 229 B
import { StellarPlusError } from '../../../stellar-plus/error'; export declare enum ClassicAssetHandlerErrorCodes { CAH001 = "CAH001" } export declare const CAHError: { issuerAccountNotDefined: () => StellarPlusError; };