UNPKG
@defindex/sdk
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Official TypeScript SDK for DeFindex API
defindex.io
paltalabs/defindex-sdk
@defindex/sdk
/
dist
/
types
/
base.types.d.ts
12 lines
•
301 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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