Skip to content

Commit

Permalink
feat: add PsbtEvent to attestor models
Browse files Browse the repository at this point in the history
  • Loading branch information
ks committed Aug 1, 2024
1 parent c150765 commit 3a65b78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/models/attestor.models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ export interface WithdrawDepositTXAttestorInfo {
vaultUUID: string;
withdrawDepositPSBT: string;
}

export interface PsbtEvent {
closing_psbt: string;
wd_psbt: string;
mint_address: string;
uuid: string;
funding_txid: string;
closing_txid: string;
status: string;
chain_name: string;
user_pubkey: string;
}

0 comments on commit 3a65b78

Please sign in to comment.