priorityFeePrice property

  1. @TagNumber.new(22)
PriorityFeePrice get priorityFeePrice

Optional. Set a specific compute unit limit that the transaction is allowed to consume. https://solana.com/docs/intro/transaction_fees#prioritization-fee

Implementation

@$pb.TagNumber(22)
PriorityFeePrice get priorityFeePrice => $_getN(21);
  1. @TagNumber.new(22)
set priorityFeePrice (PriorityFeePrice v)

Implementation

@$pb.TagNumber(22)
set priorityFeePrice(PriorityFeePrice v) {
  setField(22, v);
}