Programming Model
Compute Budget Program
📖O que é
A native Solana program (address: ComputeBudget111111111111111111111111111111) that allows transactions to configure their compute resource limits. It provides two key instructions: SetComputeUnitLimit (set the max CU a transaction can consume, up to 1.4M) and SetComputeUnitPrice (set the micro-lamport price per CU for priority fees). These instructions must appear before any program instructions in the transaction.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Orçamento de ComputaçãoProgramming Model
The maximum compute units a transaction can consume. Default is 200,000 CU per instruction…
Ver termo →Unidades de Computação (CU)Programming Model
A measure of computational resources consumed by transaction execution, analogous to gas o…
Ver termo →Taxa de PrioridadeNetwork
An optional additional fee paid on top of the base fee to increase the likelihood that a t…
Ver termo →