You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fassets/reference/IAssetManager.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ function getDirectMintingLargeMintingDelaySeconds()
247
247
248
248
### `assetMintingGranularityUBA`
249
249
250
-
Returns the asset minting granularity — the smallest unit of f-asset stored internally within this asset manager instance.
250
+
Returns the asset minting granularity — the smallest unit of FAsset stored internally within this asset manager instance.
251
251
252
252
The direct-minting [rate limiter](/fassets/direct-minting#rate-limits) stores `mintedInCurrentWindow` as `uint64` AMG (asset minting granularity) for cheap on-chain storage.
253
253
Multiplying the limiter state by `assetMintingGranularityUBA` rebases it into UBA so it can be compared against the UBA-denominated hourly and daily caps.
0 commit comments