Skip to content

Commit

Permalink
Merge pull request #170 from nearprotocol/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
vgrichina authored Jan 8, 2020
2 parents 7780388 + e9ccf6c commit 2787022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ export interface ExecutionOutcomeWithId {
}

export interface ExecutionOutcome {
status: ExecutionStatus | ExecutionStatusBasic;
logs: string[];
receipt_ids: string[];
gas_burnt: number;
status: ExecutionStatus | ExecutionStatusBasic;
}

export interface FinalExecutionOutcome {
Expand Down

0 comments on commit 2787022

Please sign in to comment.