priorityFeePrice property
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);
Implementation
@$pb.TagNumber(22)
set priorityFeePrice(PriorityFeePrice v) {
setField(22, v);
}