Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Fix issue stellar#269. ManageBuyOffer should extend BaseOptions and inherited property "source"
stellar#269
  • Loading branch information
NovichikhinAlexey authored Sep 9, 2019
1 parent bbb9aab commit be3a46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export namespace OperationOptions {
interface ManageSellOffer extends CreatePassiveSellOffer {
offerId?: number | string;
}
interface ManageBuyOffer {
interface ManageBuyOffer extends BaseOptions {
selling: Asset;
buying: Asset;
buyAmount: string;
Expand Down

0 comments on commit be3a46b

Please sign in to comment.