UNPKG
@attestprotocol/stellar-contracts
Version:
latest (2.0.1)
2.0.1
2.0.0
1.7.6
1.7.5
1.7.4
Stellar Attestation Service
@attestprotocol/stellar-contracts
/
dist
/
types.d.ts
12 lines
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
interface
SorobanSimulationResult
{
auth
:
any
[];
retval
:
string
; }
export
interface
TransactionSimulationPayload
{
method
:
string
;
tx
:
string
;
simulationResult
:
SorobanSimulationResult
;
simulationTransactionData
:
string
; }
export
{};
//# sourceMappingURL=types.d.ts.map