stellar-plus
Version:
beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain
17 lines (16 loc) • 579 B
TypeScript
import { StellarPlusError } from '../../../stellar-plus/error';
export declare enum AccountBaseErrorCodes {
AB001 = "AB001",
AB100 = "AB100",
AB101 = "AB101",
AB102 = "AB102",
AB103 = "AB103",
AB200 = "AB200",
AB201 = "AB201"
}
export declare const ABError: {
failedToCreateAccountWithFriendbotError: (error?: Error) => StellarPlusError;
friendbotNotAvailableError: (error?: Error) => StellarPlusError;
horizonHandlerNotAvailableError: (error?: Error) => StellarPlusError;
failedToLoadBalances: (error?: Error) => StellarPlusError;
};