UNPKG

stellar-plus

Version:

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

52 lines (51 loc) 1.57 kB
import { DiagnosticEntry } from './horizon'; export declare const transactionErrorMessages: { [key: string]: DiagnosticEntry; }; export declare const operationErrorMessages: { [key: string]: DiagnosticEntry; }; export declare const createAccountOperationErrorMessages: { [key: string]: DiagnosticEntry; }; export declare const paymentOperationErrorMessages: { [key: string]: DiagnosticEntry; }; export declare const pathPaymentStrictReceiveOperationErrorMessages: { [key: string]: DiagnosticEntry; }; export declare const pathPaymentStrictSendOperationErrorMessages: { [key: string]: DiagnosticEntry; }; export declare const manageSellOfferOperationErrorMessages: { [key: string]: DiagnosticEntry; }; export declare const manageBuyOfferOperationErrorMessages: { [key: string]: DiagnosticEntry; }; export declare const createPassiveSellOfferResultCodes: { [key: string]: DiagnosticEntry; }; export declare const setOptionsResultCodes: { [key: string]: DiagnosticEntry; }; export declare const changeTrustResultCodes: { [key: string]: DiagnosticEntry; }; export declare const allowTrustResultCodes: { [key: string]: DiagnosticEntry; }; export declare const accountMergeResultCodes: { [key: string]: DiagnosticEntry; }; export declare const manageDataResultCodes: { [key: string]: DiagnosticEntry; }; export declare const bumpSequenceResultCodes: { [key: string]: DiagnosticEntry; }; export declare const operationSpecificErrorMessages: { [operation: string]: { [code: string]: DiagnosticEntry; }; };