AmountKeywordRecord: Record<Keyword, Amount<any>>

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

Generated using TypeDoc