Skip to content

Commit d9659af

Browse files
authored
Add transaction_successful field to BaseOperationResponse (#801)
1 parent 6517b4b commit d9659af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/horizon_api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export namespace Horizon {
255255
type_i: TI;
256256
created_at: string;
257257
transaction_hash: string;
258+
transaction_successful: boolean;
258259
}
259260
export interface CreateAccountOperationResponse
260261
extends BaseOperationResponse<

0 commit comments

Comments
 (0)