Derive the default forward (face) amount for a composable policy.
PayAsYouGo: grossCapToFace(maxChunkAmount, feeBps) capped by the
remaining per-period allowance
(maxAmountPerPeriod − currentPeriodTotal).
Subscription / Milestone / OneTime / UpTo: null — the program
derives the amount from the policy (or, for UpTo, the caller must supply
the actual amount at execute time).
Pure function — reads from the account structs, no RPC.
Derive the default forward (face) amount for a composable policy.
grossCapToFace(maxChunkAmount, feeBps)capped by the remaining per-period allowance (maxAmountPerPeriod − currentPeriodTotal).null— the program derives the amount from the policy (or, for UpTo, the caller must supply the actual amount at execute time).Pure function — reads from the account structs, no RPC.