UNPKG

stellar-plus

Version:

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

7 lines (6 loc) 324 B
import { xdr } from '@stellar/stellar-sdk'; export declare const extractSorobanResultXdrOpErrorCode: (resultXdr: xdr.TransactionResult | string) => string; export declare enum SorobanOpCodes { invokeHostFunctionEntryArchived = "invokeHostFunctionEntryArchived", restoreFootprintSuccess = "restoreFootprintSuccess" }