Skip to content

Commit

Permalink
Improve field documentation with details
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Bellamy <[email protected]>
  • Loading branch information
Shaptic and Paul Bellamy authored Jun 30, 2023
1 parent ae3b3d7 commit 06adfb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/soroban_rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ export namespace SorobanRpc {
transactionData: string;
events: string[];
minResourceFee: string;
results: SimulateHostFunctionResult[]; // always one element, tho
// This will only contain a single element, because only a single invokeHostFunctionOperation is supported per transaction.
results: SimulateHostFunctionResult[];
latestLedger: number;
cost: Cost;
}
Expand Down

0 comments on commit 06adfb6

Please sign in to comment.