priorityFeeLimit property
Optional. Set a compute unit price in "micro-lamports" to pay a higher transaction fee for higher transaction prioritization. https://solana.com/docs/intro/transaction_fees#prioritization-fee
Implementation
@$pb.TagNumber(23)
PriorityFeeLimit get priorityFeeLimit => $_getN(22);
Implementation
@$pb.TagNumber(23)
set priorityFeeLimit(PriorityFeeLimit v) {
setField(23, v);
}