Skip to content

Commit

Permalink
Aiken fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Feb 20, 2025
1 parent a93af2e commit f2b3231
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/types.ak
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// use sundae/aicone.{MultisigScript}

pub type Configuration {
// The permissions required to sweep everything back to the treasury early
// TODO: this should be a MultisigScript, but blaze doesn't like recursive types
// sweep_permissions: Data, // MultisigScript,
// The time after which the funds can be swept back to the treasury
expiration: Int,
// The permissions required to sweep everything back to the treasury early
// TODO: this should be a MultisigScript, but blaze doesn't like recursive types
// sweep_permissions: Data, // MultisigScript,
// The time after which the funds can be swept back to the treasury
expiration: Int,
}

pub type SpendRedeemer {
Expand Down

0 comments on commit f2b3231

Please sign in to comment.