AmountKeywordRecord: Record<Keyword, AnyAmount>

The keys are keywords, and the values are amounts. For example: { Asset: AmountMath.make(assetBrand, 5n), Price: AmountMath.make(priceBrand, 9n) }