Type alias AssetInfoWithAmount

AssetInfoWithAmount: {
    amount: Cardano.Lovelace;
    assetInfo: Asset.AssetInfo;
}

Type declaration

Generated using TypeDoc