Skip to content

Commit

Permalink
feat: add optional outputs field to InscriptionRequest type in btc in…
Browse files Browse the repository at this point in the history
…scribe module
  • Loading branch information
AricRedemption committed Jan 14, 2025
1 parent bbb4181 commit d39a7d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/actions/btc/inscribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@ export type InscriptionRequest = {
chainCode?: string
commitTx?: string
signatureList?: string[]
/* deprecated */
service?: {
address: string
satoshis: string
}
outputs?: {
address: string
satoshis: string
}[]
}

function initOptions() {
Expand Down

0 comments on commit d39a7d8

Please sign in to comment.