Skip to content

Commit

Permalink
add funding address to order response
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aboelenein committed Apr 19, 2024
1 parent e033f00 commit fb07f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runes/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export type GetOrderResponse = {
id: string;
orderType: 'rune_mint' | 'rune_etch';
state: 'new' | 'pending' | 'executing' | 'complete' | 'failed' | 'refunded' | 'stale';
fundingAddress: string;
reason?: string;
createdAt: string;
};
Expand Down

0 comments on commit fb07f34

Please sign in to comment.