ComputeBudgetSetComputeUnitPriceLayout constructor

const ComputeBudgetSetComputeUnitPriceLayout({
  1. required BigInt microLamports,
})

Constructs the layout with required parameters.

Implementation

const ComputeBudgetSetComputeUnitPriceLayout({required this.microLamports});