UNPKG

@defindex/sdk

Version:

Official TypeScript SDK for DeFindex API

12 lines 301 B
export interface BaseTransactionResponse { xdr: string | null; simulation_result: string; error?: string; } export interface BaseVaultTransactionResponse { xdr: string; simulationResponse: any; functionName: string; params: any[]; } //# sourceMappingURL=base.types.d.ts.map