Skip to content

Commit

Permalink
feat: add Purchase on-demand coretime use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Nov 24, 2024
1 parent 4fe920d commit b6dba52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/pop-parachains/src/call/metadata/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ pub enum Action {
props(Pallet = "Nfts")
)]
MintNFT,
#[strum(
serialize = "place_order_allow_death",
message = "place_order_allow_death",
detailed_message = "Purchase on-demand coretime",
props(Pallet = "OnDemand")
)]
PurchaseOnDemandCoretime,
#[strum(
serialize = "transfer",
message = "transfer_allow_death",
Expand Down

0 comments on commit b6dba52

Please sign in to comment.